refactor: update Dockerfile and docker-compose.yml for Next.js 15 compatibility and improved production setup
This commit is contained in:
@@ -15,6 +15,7 @@ services:
|
|||||||
# Enable BuildKit for better caching
|
# Enable BuildKit for better caching
|
||||||
args:
|
args:
|
||||||
BUILDKIT_INLINE_CACHE: "1"
|
BUILDKIT_INLINE_CACHE: "1"
|
||||||
|
pull_policy: if_not_present
|
||||||
# Multi-platform support (optional)
|
# Multi-platform support (optional)
|
||||||
# platforms:
|
# platforms:
|
||||||
# - linux/amd64
|
# - linux/amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user