Skip to content

Commit

Permalink
Add common-utils feature to devcontainer.json with zsh shell, slackbo…
Browse files Browse the repository at this point in the history
…t user, and upgraded packages, for improved development environment.
  • Loading branch information
hakatashi committed Oct 8, 2024
1 parent 71e139b commit 6543656
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 6543656

Please sign in to comment.