Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM php:8.4-cli
2
 
3
  ENV APP_ENV=production \
4
- APP_DEBUG=true \
5
  APP_URL=http://localhost \
6
  LOG_CHANNEL=stderr \
7
  LOG_LEVEL=debug \
 
1
  FROM php:8.4-cli
2
 
3
  ENV APP_ENV=production \
4
+ APP_DEBUG=false \
5
  APP_URL=http://localhost \
6
  LOG_CHANNEL=stderr \
7
  LOG_LEVEL=debug \