[mod] Config files moved to a directory

This commit is contained in:
Jose Pabl Domingo Aramburo Sanchez 2018-08-12 01:06:40 +00:00
parent fee3db486f
commit 0cdfd21fa2
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ RUN touch logs/app.log
RUN chmod 777 logs/app.log
# Update the default apache site
ADD apache-config.conf /etc/apache2/sites-enabled/000-default.conf
ADD docker/apache-config.conf /etc/apache2/sites-enabled/000-default.conf
# By default start up apache in the foreground
CMD /usr/sbin/apache2ctl -D FOREGROUND