Spaces:
Build error
Build error
Commit
·
fd5bf32
1
Parent(s):
c059c1c
app
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -46,7 +46,7 @@ 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 /app
|
50 |
RUN chmod 777 /var/log/apache2/error.log
|
51 |
WORKDIR app
|
52 |
|