refactor(docker): update Dockerfile for Next.js 15 and improve environment variable handling

This commit is contained in:
hamed
2026-06-25 20:59:33 +03:30
parent 09373c46d6
commit ac15552cc1
2 changed files with 65 additions and 33 deletions
+4 -4
View File
@@ -14,10 +14,10 @@ build
coverage
.nyc_output
# Environment files
.env*.local
.env.development
.env.test
# Environment files — never bake secrets into the image; pass via build args / runtime env
.env
.env.*
!.env.example
# IDE
.vscode