We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f2459 commit 30cc10fCopy full SHA for 30cc10f
.devcontainer/devcontainer.json
@@ -2,13 +2,16 @@
2
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
3
{
4
"name": "Existing Dockerfile",
5
+
6
"build": {
7
// Sets the run context to one level up instead of the .devcontainer folder.
8
"context": "..",
9
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
10
"dockerfile": "../Dockerfile"
11
},
12
13
+ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
14
+ // "image": "mcr.microsoft.com/devcontainers/python:1-3.10",
15
16
// Features to add to the dev container. More info: https://containers.dev/features.
17
"features": {
0 commit comments