Skip to content

Commit

Permalink
fix: pnpm が command not found になるのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Khsmty committed Mar 5, 2023
1 parent c547122 commit 68ab056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
},
"forwardPorts": [3000],
"postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh",
"customizations": {
Expand Down

0 comments on commit 68ab056

Please sign in to comment.