fix: replace .env to .env.development

This commit is contained in:
2026-06-19 12:32:16 -05:00
parent 5ac4ef2029
commit d854c2813e
2 changed files with 1 additions and 39 deletions

View File

@@ -18,4 +18,4 @@ services:
- "${PUDB_PORT:-8025}:8025"
working_dir: /app
env_file:
- .env
- .env.development