Spaces:
Sleeping
Sleeping
Commit
·
59ad55f
1
Parent(s):
52abbeb
show apache 2 log
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,4 +11,4 @@ RUN apache2ctl -S
|
|
11 |
RUN service apache2 start
|
12 |
RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
|
13 |
|
14 |
-
CMD ["bash", "-c", "service apache2 start; stail -F error.log"]
|
|
|
11 |
RUN service apache2 start
|
12 |
RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
|
13 |
|
14 |
+
CMD ["bash", "-c", "ls -la /var/log/apache2/error.log; service apache2 start; stail -F error.log"]
|