Spaces:
Runtime error
Runtime error
Commit
·
bd39082
1
Parent(s):
c1a80df
test
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -90,4 +90,4 @@ USER user
|
|
90 |
COPY .htaccess /home/user/apache2/htdocs/
|
91 |
COPY app /home/user/apache2/htdocs/
|
92 |
COPY public /home/user/apache2/htdocs/
|
93 |
-
CMD [ "bash","-c", "/home/user/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|
|
|
90 |
COPY .htaccess /home/user/apache2/htdocs/
|
91 |
COPY app /home/user/apache2/htdocs/
|
92 |
COPY public /home/user/apache2/htdocs/
|
93 |
+
CMD [ "bash","-c", "ls -la /home/user/apache2/htdocs/; /home/user/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|