renamed dev container dockerfile

This commit is contained in:
John Lancaster
2023-04-06 01:04:03 -05:00
parent 40eeb81c1f
commit 848bed6f88
2 changed files with 1 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
// Sets the run context to one level up instead of the .devcontainer folder.
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile.dev"
"dockerfile": "../Dockerfile.dev_container"
},
"mounts": [