[mod] Config files moved to a directory
This commit is contained in:
parent
fee3db486f
commit
0cdfd21fa2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user