Skip to content

Commit 30cc10f

Browse files
committed
add image back in comment
1 parent 23f2459 commit 30cc10f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
33
{
44
"name": "Existing Dockerfile",
5+
56
"build": {
67
// Sets the run context to one level up instead of the .devcontainer folder.
78
"context": "..",
89
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
910
"dockerfile": "../Dockerfile"
1011
},
1112

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",
1215

1316
// Features to add to the dev container. More info: https://containers.dev/features.
1417
"features": {

0 commit comments

Comments
 (0)