Spaces:
Sleeping
Sleeping
Commit
·
aa8173f
1
Parent(s):
088b86b
conf
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -106,4 +106,4 @@ COPY mvc /home/user/apache2/htdocs/mvc
|
|
106 |
COPY .htaccess /home/user/apache2/htdocs/.htaccess
|
107 |
|
108 |
|
109 |
-
CMD [ "bash","-c", "cat /
|
|
|
106 |
COPY .htaccess /home/user/apache2/htdocs/.htaccess
|
107 |
|
108 |
|
109 |
+
CMD [ "bash","-c", "cat /home/user/apache2/conf/extra/httpd-default.conf; /home/user/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|