Spaces:
Sleeping
Sleeping
Commit
·
d1c25af
1
Parent(s):
00305ef
print conf
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -112,4 +112,4 @@ COPY mvc /home/user/apache2/htdocs/mvc
|
|
112 |
COPY .htaccess /home/user/apache2/htdocs/.htaccess
|
113 |
|
114 |
|
115 |
-
CMD [ "bash","-c", "cat /home/user/apache2/conf/
|
|
|
112 |
COPY .htaccess /home/user/apache2/htdocs/.htaccess
|
113 |
|
114 |
|
115 |
+
CMD [ "bash","-c", "cat /home/user/apache2/conf/httpd.conf; /home/user/apache2/bin/apachectl start; curl localhost:7860; tail -F error.log" ]
|