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