diff --git a/.devcontainer/compose.yaml b/.devcontainer/compose.yaml index 72688f87..add20365 100644 --- a/.devcontainer/compose.yaml +++ b/.devcontainer/compose.yaml @@ -5,7 +5,7 @@ services: - ..:/code stdin_open: true tty: true - command: sh -c "npm install && npm run dev -- --only better-custom-response" + command: sh -c "echo hoge" environment: - TEAM_ID=${TEAM_ID} - SIGNING_SECRET=${SIGNING_SECRET} diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9db5a386..ee442039 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,6 +13,13 @@ "features":{ "ghcr.io/devcontainers/features/docker-outside-of-docker:1": { "version": "latest" + }, + "ghcr.io/devcontainers/features/common-utils:2": { + "installZsh": "true", + "username": "slackbot", + "userUid": "1000", + "userGid": "1000", + "upgradePackages": "true" } }, "runServices": [