Spaces:
Build error
Build error
Commit
·
8a19b55
1
Parent(s):
261fa8e
buscando
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -8,6 +8,7 @@ ENV APACHE_LOG_DIR /app/log/apache2
|
|
8 |
RUN apt -y update
|
9 |
RUN apt -y upgrade
|
10 |
COPY --chown=admin:admin error.log /var/log/apache2/error.log
|
|
|
11 |
RUN apt -y install apache2 php
|
12 |
RUN apt install -y sudo
|
13 |
RUN apt install -y lsof
|
|
|
8 |
RUN apt -y update
|
9 |
RUN apt -y upgrade
|
10 |
COPY --chown=admin:admin error.log /var/log/apache2/error.log
|
11 |
+
RUN ls -la /var/log/apache2/error.log
|
12 |
RUN apt -y install apache2 php
|
13 |
RUN apt install -y sudo
|
14 |
RUN apt install -y lsof
|