ip tv filter
Build and Push Docker Images / build-and-push (push) Successful in 1m50s

This commit is contained in:
2025-04-16 20:46:48 +02:00
parent 9919a690d1
commit 0d43176adf
8 changed files with 93 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
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