ladogton2010 commited on
Commit
6f59e36
·
1 Parent(s): f0af1ac
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
16
  COPY app /var/www/html/
17
  RUN ls -la /var/www/html/
18
 
19
- CMD ["bash", "-c", "ls -la /var/log/apache2/error.log; service apache2 start; tail -F /var/log/apache2/error.log"]
 
16
  COPY app /var/www/html/
17
  RUN ls -la /var/www/html/
18
 
19
+ CMD ["bash", "-c", "cat /etc/apache2/sites-enabled/000-default.conf; service apache2 start; tail -F /var/log/apache2/error.log"]