From 640ff589f1a4d7379fb3adf00ab0f7567775b924 Mon Sep 17 00:00:00 2001 From: mratox <143298194+mratox@users.noreply.github.com> Date: Sun, 27 Aug 2023 01:50:13 +0100 Subject: [PATCH] Update egg-bun.json --- generic/bun/egg-bun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/bun/egg-bun.json b/generic/bun/egg-bun.json index 9d932c32..095b4695 100644 --- a/generic/bun/egg-bun.json +++ b/generic/bun/egg-bun.json @@ -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}};",