refactor(docker): update Dockerfile for Next.js 15 and improve environment variable handling
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user