Spaces:
Runtime error
Runtime error
Commit
·
cf7a30b
1
Parent(s):
f7c92df
cat default
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -94,4 +94,4 @@ USER user
|
|
94 |
COPY .htaccess /home/user/apache2/htdocs/
|
95 |
COPY app /home/user/apache2/htdocs/app
|
96 |
COPY public /home/user/apache2/htdocs/public
|
97 |
-
CMD [ "bash","-c", "
|
|
|
94 |
COPY .htaccess /home/user/apache2/htdocs/
|
95 |
COPY app /home/user/apache2/htdocs/app
|
96 |
COPY public /home/user/apache2/htdocs/public
|
97 |
+
CMD [ "bash","-c", "cat /etc/apache2/sites-available/000-default.conf; ls -la /etc/apache2/sites-enabled/; ls -la /home/user/apache2/htdocs/; /home/user/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|