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
commit b23407807c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {