Skip to content

Commit 34ee2d4

Browse files
authored
Create devcontainer.json sub
1 parent 657f0f5 commit 34ee2d4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "sub-app",
3+
"dockerComposeFile": "../compose.yml",
4+
"service": "sub",
5+
"workspaceFolder": "/workspaces/multi-devcontainers-with-feature-bug-test",
6+
7+
"features": {
8+
"ghcr.io/devcontainers/features/node:1": {
9+
"version": "20.18.0"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)