Skip to content

Commit c7d4e57

Browse files
committed
fix: remove docker compose and use image
1 parent 8ae4c1d commit c7d4e57

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "Python 3 with UV",
3-
"dockerComposeFile": "docker-compose.yml",
4-
"service": "cli",
5-
"workspaceFolder": "/workspaces/laygo",
3+
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
4+
"workspaceFolder": "/workspaces/laygo-python",
65

76
"features": {
87
"ghcr.io/devcontainers/features/common-utils:2": {
@@ -44,7 +43,7 @@
4443
"github.vscode-github-actions"
4544
]
4645
}
47-
},
46+
}
4847

4948
// Forward ports for potential web servers or APIs
5049
// "forwardPorts": [8000, 8080],
@@ -53,7 +52,7 @@
5352
// "remoteUser": "root",
5453

5554
// Mount the workspace folder and preserve file permissions
56-
"mounts": [
57-
"source=${localWorkspaceFolder},target=/workspaces/laygo,type=bind,consistency=cached"
58-
]
55+
// "mounts": [
56+
// "source=${localWorkspaceFolder},target=/workspaces/laygo,type=bind,consistency=cached"
57+
// ]
5958
}

.devcontainer/docker-compose.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)