We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241e14a commit 4b7a68cCopy full SHA for 4b7a68c
1 file changed
.devcontainer/docker-compose.yml
@@ -6,6 +6,8 @@ services:
6
# folder. Note that the path of the Dockerfile and context is relative to the *primary*
7
# docker-compose.yml file (the first in the devcontainer.json "dockerComposeFile"
8
# array). The sample below assumes your primary file is in the root of your project.
9
+ container_name: devcontainer
10
+ image: devcontainer
11
build:
12
context: .
13
dockerfile: .devcontainer/Dockerfile
0 commit comments