Files
projects/Dockers/iptv-filter/Dockerfile
T
Bram 0d43176adf
Build and Push Docker Images / build-and-push (push) Successful in 1m50s
ip tv filter
2025-04-16 20:46:48 +02:00

7 lines
178 B
Docker

FROM php:7.2-apache
COPY . /var/www/html
COPY vhost.conf /etc/apache2/sites-available/000-default.conf
EXPOSE 80
RUN chown -R www-data:www-data /var/www/html && a2enmod rewrite