mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 20:01:19 +00:00
Installs dependencies for both root and example/ on container creation. Co-authored-by: Ona <no-reply@ona.com>
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"name": "jrx",
|
|
"build": {
|
|
"context": ".",
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "22"
|
|
},
|
|
"ghcr.io/nickvdyck/devcontainer-features/bun:1": {}
|
|
},
|
|
"postCreateCommand": "bun install && cd example && bun install"
|
|
}
|