reversed order fix

master
mihasinkec 4 years ago
parent e5166c03bf
commit 54736f4d12

@ -4,7 +4,7 @@ FROM php:7.2-apache
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
# Enable rewrite module for httpd.
RUN ln -s /etc/apache2/mods-enabled/rewrite.load /etc/apache2/mods-available/rewrite.load
RUN ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/rewrite.load
COPY . /var/www/html

Loading…
Cancel
Save