ladogton2010 commited on
Commit
5c1cbb8
·
1 Parent(s): f1bdcbe
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,8 +47,8 @@ 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
 
54
  CMD [ "/bin/bash","-c", "pwd; id; whoami; lsof -i:7860; service apache2 start; echo puertos 2; lsof -i:7860; touch phpd.log; php -S 0.0.0.0:7860 > phpd.log 2>&1 & echo puertos 3; lsof -i:7860; echo fin; tail -F error.log" ]
 
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
+ RUN ls -la /var/log/apache2/error.log
52
  WORKDIR app
53
 
54
  CMD [ "/bin/bash","-c", "pwd; id; whoami; lsof -i:7860; service apache2 start; echo puertos 2; lsof -i:7860; touch phpd.log; php -S 0.0.0.0:7860 > phpd.log 2>&1 & echo puertos 3; lsof -i:7860; echo fin; tail -F error.log" ]