Spaces:
Sleeping
Sleeping
Commit
·
4f4153f
1
Parent(s):
0387e27
start service
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,6 +9,6 @@ RUN cat /etc/apache2/sites-enabled/000-default.conf
|
|
9 |
RUN cat /etc/apache2/ports.conf
|
10 |
RUN chmod 777 /var/log/apache2/error.log; : listo
|
11 |
RUN apache2ctl -S
|
12 |
-
|
13 |
|
14 |
CMD ["bash", "-c", "apache2ctl -S;service apache2 start; stail -F error.log"]
|
|
|
9 |
RUN cat /etc/apache2/ports.conf
|
10 |
RUN chmod 777 /var/log/apache2/error.log; : listo
|
11 |
RUN apache2ctl -S
|
12 |
+
RUN service apache2 start
|
13 |
|
14 |
CMD ["bash", "-c", "apache2ctl -S;service apache2 start; stail -F error.log"]
|