Skip to content
Snippets Groups Projects
Unverified Commit b2340780 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Merge pull request #10206 from Khsmty/fix-devcontainer-pnpm

fix: devcontainer で pnpm が command not found になるのを修正
parents 2bb0a5ac 68ab056b
No related branches found
No related tags found
No related merge requests found
......@@ -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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment