Skip to content

Commit

Permalink
feat(devcontainer): add coder CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Aug 6, 2024
1 parent 4503b66 commit c1c9c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/terraform:1": {}
"ghcr.io/devcontainers/features/terraform:1": {},
"ghcr.io/phorcys420/devcontainer-features/coder:1": {}
},

"remoteUser": "node",
Expand Down

0 comments on commit c1c9c11

Please sign in to comment.