Fix devcontainer configuration by updating the Dockerfile path and context

This commit is contained in:
Luis Eduardo
2025-02-03 03:47:38 +00:00
parent bcff9d5c13
commit bccb6e32fe

View File

@@ -5,6 +5,7 @@
// https://github.com/devcontainers/cli/issues/404
{
"build": {
"dockerfile": "../docker/Dockerfile.dev"
"context": "..",
"dockerfile": "docker/Dockerfile.dev"
}
}