Quality changes to docker #16

Merged
PootisPenserHere merged 9 commits from qualityChangesToDocker into master 2018-08-12 02:07:08 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 0cdfd21fa2 - Show all commits

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