chore: update build context in devcontainer configuration

This commit is contained in:
Denys Vuika
2026-07-07 15:02:46 +00:00
parent e6807c91a8
commit 287f50a310
+1 -1
View File
@@ -5,7 +5,7 @@
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"build": { "build": {
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"context": "..", "context": ".",
"args": { "args": {
"VARIANT": "24-bookworm", "VARIANT": "24-bookworm",
"PNPM_VERSION": "11.5.0", "PNPM_VERSION": "11.5.0",