Spaces:
Sleeping
Sleeping
Commit
·
6f59e36
1
Parent(s):
f0af1ac
cat vhost
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
|
|
16 |
COPY app /var/www/html/
|
17 |
RUN ls -la /var/www/html/
|
18 |
|
19 |
-
CMD ["bash", "-c", "
|
|
|
16 |
COPY app /var/www/html/
|
17 |
RUN ls -la /var/www/html/
|
18 |
|
19 |
+
CMD ["bash", "-c", "cat /etc/apache2/sites-enabled/000-default.conf; service apache2 start; tail -F /var/log/apache2/error.log"]
|