chore: update next.js and remove image optimize.
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 17s
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 17s
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// Append -bullseye or -buster to pin to an OS version.
|
||||
// Use -bullseye variants on local on arm64/Apple Silicon.
|
||||
"args": {
|
||||
"VARIANT": "16-bullseye"
|
||||
"VARIANT": "18-bullseye"
|
||||
}
|
||||
},
|
||||
// Configure tool-specific properties.
|
||||
@@ -53,5 +53,5 @@
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
||||
},
|
||||
"mounts": [],
|
||||
"postStartCommand": "pnpm install && npm run dev"
|
||||
"postAttachCommand": "pnpm install && npm run dev"
|
||||
}
|
||||
|
Reference in New Issue
Block a user