Skip to content

Commit

Permalink
fix: apply workaround for volume mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Oct 3, 2022
1 parent b1ce443 commit a352b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Typescript & API backend",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"workspaceFolder": "/workspaces",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Set *default* container specific settings.json values on container create.
"settings": {
"editor.formatOnSave": true,
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
VARIANT: 16-bullseye

volumes:
- ..:/workspace:cached
- ../..:/workspaces:cached

# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
Expand Down

0 comments on commit a352b50

Please sign in to comment.