update debug mode

This commit is contained in:
2025-04-20 03:13:04 +02:00
parent 0a5251ec10
commit 065ac7f250
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ services:
ports: !reset []
app:
build:
args:
debug: true
restart: "no"
ports:
- "${DEV_SERVER_PORT:-8080}:${DEV_SERVER_PORT:-8080}"