Spaces:
Build error
Build error
Commit
·
261fa8e
1
Parent(s):
0e5e48d
running
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -18,6 +18,7 @@ RUN touch /app/phpd.log
|
|
18 |
RUN chmod 777 /app/phpd.log
|
19 |
RUN chmod 777 /var/log/apache2/error.log
|
20 |
|
|
|
21 |
|
22 |
EXPOSE 7860
|
23 |
RUN usermod -aG root root
|
|
|
18 |
RUN chmod 777 /app/phpd.log
|
19 |
RUN chmod 777 /var/log/apache2/error.log
|
20 |
|
21 |
+
RUN ls -la /var/log/apache2/error.log
|
22 |
|
23 |
EXPOSE 7860
|
24 |
RUN usermod -aG root root
|