workspace directory in container
This commit is contained in:
parent
f9583571ed
commit
eef38502c6
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"name": "Advent22 API",
|
||||
"dockerComposeFile": "docker-compose.yml",
|
||||
"service": "api",
|
||||
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
||||
"workspaceFolder": "/workspaces/advent22/${localWorkspaceFolderBasename}",
|
||||
// Configure tool-specific properties.
|
||||
"customizations": {
|
||||
// Configure properties specific to VS Code.
|
||||
|
|
|
@ -16,7 +16,7 @@ services:
|
|||
TZ: "Europe/Berlin"
|
||||
|
||||
volumes:
|
||||
- "../..:/workspaces:cached"
|
||||
- "../..:/workspaces/advent22:cached"
|
||||
|
||||
# Overrides default command so things don't shut down after the process ends.
|
||||
command: "sleep infinity"
|
||||
|
|
Loading…
Reference in a new issue