chore: create dev env docker image

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-09-13 22:59:23 +00:00
parent 3ff65a734f
commit 4e9e6756be
2 changed files with 37 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
{
"name": "React + Bun + Convex Development",
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
"build": {
"context": ".",
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
@@ -8,7 +11,7 @@
"moby": false
}
},
"postCreateCommand": "curl -fsSL https://bun.sh/install | bash && source ~/.bashrc && bun install",
"postCreateCommand": "bun install",
"customizations": {
"vscode": {
"extensions": [