This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user