mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 04:07:20 +08:00
Update egg-bun.json
This commit is contained in:
parent
66d0af68d8
commit
640ff589f1
@ -10,7 +10,7 @@
|
||||
"description": "Bun is an incredibly fast JavaScript runtime, transpiler bundler, and npm package manager all-in-one.",
|
||||
"features": null,
|
||||
"docker_images": {
|
||||
"ghcr.io\/mratox\/images:bun": "ghcr.io\/mratox\/images:bun"
|
||||
"ghcr.io\/parkervcp\/yolks:bun": "ghcr.io\/parkervcp\/yolks:bun"
|
||||
},
|
||||
"file_denylist": [],
|
||||
"startup": "if [[ -d .git ]] && [[ {{AUTO_UPDATE}} == \"1\" ]]; then git pull; fi; if [[ ! -z ${BUN_PACKAGES} ]]; then bun install ${BUN_PACKAGES}; fi; if [[ ! -z ${RMBUN_PACKAGES} ]]; then bun remove ${RMBUN_PACKAGES}; fi; if [ -f \/home\/container\/package.json ]; then bun install; fi; {{STARTUP_COMMAND}};",
|
||||
|
Loading…
Reference in New Issue
Block a user