Install bun from Dockerfile instead of devcontainer feature

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-28 01:09:08 +00:00
parent acf9f7f696
commit 403d40ab8c
2 changed files with 4 additions and 3 deletions

View File

@@ -4,8 +4,5 @@
"context": ".",
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/nickvdyck/devcontainer-features/bun:1": {}
},
"postCreateCommand": "bun install && cd example && bun install"
}