reversed order fix
This commit is contained in:
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"
|
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||||
|
|
||||||
# Enable rewrite module for httpd.
|
# 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
|
COPY . /var/www/html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user