Skip to content

Commit

Permalink
chore(devcontainer): Change workspace directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard committed Sep 20, 2024
1 parent 9d84810 commit 46275c5
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 @@ -10,7 +10,7 @@
"onCreateCommand": "./.devcontainer/onCreateCommand.sh",
"postAttachCommand": "pre-commit install",
"shutdownAction": "stopCompose",
"workspaceFolder": "/workspace",
"workspaceFolder": "/workspaces/lasuillard.github.io",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
workspace:
image: mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm
volumes:
- ..:/workspace
- ..:/workspaces/lasuillard.github.io
environment:
DISPLAY: novnc:0.0
healthcheck:
Expand Down

0 comments on commit 46275c5

Please sign in to comment.