Update .devcontainer/devcontainer.json
Browse files
.devcontainer/devcontainer.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
6 |
//"image": "mcr.microsoft.com/devcontainers/base:jammy"
|
7 |
"build": {
|
8 |
-
"dockerfile": "
|
9 |
},
|
10 |
// Features to add to the dev container. More info: https://containers.dev/features.
|
11 |
// "features": {},
|
|
|
5 |
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
6 |
//"image": "mcr.microsoft.com/devcontainers/base:jammy"
|
7 |
"build": {
|
8 |
+
"dockerfile": "./Dockerfile"
|
9 |
},
|
10 |
// Features to add to the dev container. More info: https://containers.dev/features.
|
11 |
// "features": {},
|