ladogton2010 commited on
Commit
222878b
·
1 Parent(s): 3ed9432

clean logs

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,4 +35,4 @@ CMD \
35
  service apache2 start; \
36
  service php8.2-fpm start && \
37
  service php8.2-fpm status; \
38
- tail -F /var/log/php8.2-fpm.log /var/log/apache2/*
 
35
  service apache2 start; \
36
  service php8.2-fpm start && \
37
  service php8.2-fpm status; \
38
+ tail -F /var/log/php8.2-fpm.log /var/log/apache2/* > /dev/null 2>&1