Spaces:
Sleeping
Sleeping
Commit
·
d064423
1
Parent(s):
a4ebdc3
pid folder
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN cat /etc/apache2/ports.conf
|
|
10 |
RUN apache2ctl -S
|
11 |
RUN service apache2 start
|
12 |
RUN netstat -tulpn
|
13 |
-
RUN chmod 777 -R /var/log/apache2; ls -la /var/log/apache2
|
14 |
RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
|
15 |
|
16 |
CMD ["bash", "-c", "ls -la /var/log/apache2/error.log; service apache2 start; tail -F /var/log/apache2/error.log"]
|
|
|
10 |
RUN apache2ctl -S
|
11 |
RUN service apache2 start
|
12 |
RUN netstat -tulpn
|
13 |
+
RUN chmod 777 -R /var/log/apache2 /var/run/apache2; ls -la /var/log/apache2
|
14 |
RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
|
15 |
|
16 |
CMD ["bash", "-c", "ls -la /var/log/apache2/error.log; service apache2 start; tail -F /var/log/apache2/error.log"]
|