Skip to content

Commit 10cc9a5

Browse files
committed
Refactor: Update devcontainer configuration to use build context and Dockerfile instead of docker-compose
Signed-off-by: Ihor Dvoretskyi <[email protected]>
1 parent 208679c commit 10cc9a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "Generic Development Environment",
3-
"dockerComposeFile": "docker-compose.yml",
4-
"service": "app",
3+
"build": {
4+
"dockerfile": "Dockerfile",
5+
"context": "."
6+
},
57
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
68
"features": {
79
"ghcr.io/devcontainers/features/common-utils:2": {

0 commit comments

Comments
 (0)