Spaces:
Sleeping
Sleeping
Update Dockerfile
#1
by lifedebugger - opened
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM php:8.4-cli
|
| 2 |
|
| 3 |
ENV APP_ENV=production \
|
| 4 |
-
APP_DEBUG=
|
| 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 \
|