mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 06:29:03 -06:00
Fix devcontainer configuration by updating the Dockerfile path and context
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
// https://github.com/devcontainers/cli/issues/404
|
||||
{
|
||||
"build": {
|
||||
"dockerfile": "../docker/Dockerfile.dev"
|
||||
"context": "..",
|
||||
"dockerfile": "docker/Dockerfile.dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user