fix: pnpm が command not found になるのを修正

This commit is contained in:
Khsmty 2023-03-05 01:47:08 +00:00
parent c54712233c
commit 68ab056b3c

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