Spaces:
Runtime error
Runtime error
Commit
·
7e9ed5e
1
Parent(s):
f0d25b0
Show modules
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -97,4 +97,4 @@ USER user
|
|
97 |
COPY .htaccess /home/user/apache2/htdocs/
|
98 |
COPY app /home/user/apache2/htdocs/app
|
99 |
COPY public /home/user/apache2/htdocs/public
|
100 |
-
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" ]
|
|
|
97 |
COPY .htaccess /home/user/apache2/htdocs/
|
98 |
COPY app /home/user/apache2/htdocs/app
|
99 |
COPY public /home/user/apache2/htdocs/public
|
100 |
+
CMD [ "bash","-c", "ls /home/user/apache2/modules ; 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" ]
|