Spaces:
Sleeping
Sleeping
Commit
·
ba8d6ba
1
Parent(s):
2d90364
php8 log
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -20,6 +20,7 @@ RUN service php8.2-fpm start && service php8.2-fpm stop
|
|
20 |
RUN chmod 777 -R /var/log/apache2 /var/run/apache2; ls -la /var/log/apache2
|
21 |
RUN rm -rf /var/www/html/index.html
|
22 |
RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
|
|
|
23 |
COPY mvc /var/www/html/
|
24 |
RUN touch .env
|
25 |
RUN chmod 777 .env
|
|
|
20 |
RUN chmod 777 -R /var/log/apache2 /var/run/apache2; ls -la /var/log/apache2
|
21 |
RUN rm -rf /var/www/html/index.html
|
22 |
RUN chmod 777 /var/log/apache2/error.log; ls -la /var/log/apache2/error.log
|
23 |
+
RUN chmod 777 /var/log/php8.2-fpm.log; ls -la /var/log/php8.2-fpm.log
|
24 |
COPY mvc /var/www/html/
|
25 |
RUN touch .env
|
26 |
RUN chmod 777 .env
|