Spaces:
Build error
Build error
Commit
·
f1bdcbe
1
Parent(s):
fd5bf32
errrow
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -46,7 +46,8 @@ RUN mkdir -p etc/systemd/system/
|
|
46 |
COPY app/ app/
|
47 |
RUN pwd
|
48 |
RUN touch /app/phpd.log
|
49 |
-
RUN chmod 777 /app/phpd.log
|
|
|
50 |
RUN chmod 777 /var/log/apache2/error.log
|
51 |
WORKDIR app
|
52 |
|
|
|
46 |
COPY app/ app/
|
47 |
RUN pwd
|
48 |
RUN touch /app/phpd.log
|
49 |
+
RUN chmod 777 /app/phpd.log
|
50 |
+
RUN ls -la /var/log/apache2/error.log
|
51 |
RUN chmod 777 /var/log/apache2/error.log
|
52 |
WORKDIR app
|
53 |
|