Update Dockerfile
This commit is contained in:
@@ -2,6 +2,7 @@ FROM php:7.4-apache
|
|||||||
|
|
||||||
COPY 000-default.conf /etc/apache2/sites-available/000-default.conf
|
COPY 000-default.conf /etc/apache2/sites-available/000-default.conf
|
||||||
COPY start-apache /usr/local/bin
|
COPY start-apache /usr/local/bin
|
||||||
|
RUN chmod 755 /usr/local/bin/start-apache
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|
||||||
# Copy application source
|
# Copy application source
|
||||||
|
|||||||
Reference in New Issue
Block a user