updated
This commit is contained in:
@@ -7,5 +7,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
COPY . /var/www/html
|
COPY . /var/www/html
|
||||||
RUN rm -f /var/www/html/index.html
|
RUN rm -f /var/www/html/index.html
|
||||||
|
RUN sed -i 's/AllowOverride None/AllowOverride All/g' /etc/apache2/apache2.conf
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD ["apache2ctl", "-D", "FOREGROUND"]
|
CMD ["apache2ctl", "-D", "FOREGROUND"]
|
||||||
Reference in New Issue
Block a user