Spaces:
Build error
Build error
Commit
·
bf7f93c
1
Parent(s):
574eeb0
touch phpd.og
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,7 +44,7 @@ RUN mkdir -p etc/systemd/system/
|
|
44 |
# RUN systemctl start mi_apache.service
|
45 |
|
46 |
COPY app/ app/
|
47 |
-
RUN touch
|
48 |
RUN chmod 777 app/aphpd.log
|
49 |
RUN chmod 777 /var/log/apache2/error.log
|
50 |
WORKDIR app
|
|
|
44 |
# RUN systemctl start mi_apache.service
|
45 |
|
46 |
COPY app/ app/
|
47 |
+
RUN touch app/phpd.log
|
48 |
RUN chmod 777 app/aphpd.log
|
49 |
RUN chmod 777 /var/log/apache2/error.log
|
50 |
WORKDIR app
|