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

fix: devcontainer で pnpm が command not found になるのを修正
This commit is contained in:
tamaina
2023-03-05 20:10:55 +09:00
committed by GitHub

View File

@@ -3,6 +3,9 @@
"dockerComposeFile": "docker-compose.yml", "dockerComposeFile": "docker-compose.yml",
"service": "app", "service": "app",
"workspaceFolder": "/workspace", "workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
},
"forwardPorts": [3000], "forwardPorts": [3000],
"postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh", "postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh",
"customizations": { "customizations": {