From 6ddb3b84f48f28ace65558f2e2ebab569ab39ce4 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:00:27 +0900 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a61c15..0f4bbae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN ~/.bun/bin/bun install ENV NODE_ENV=production COPY ./src ./src -RUN bun build \ +RUN ~/.bun/bin/bun build \ --compile \ --minify-whitespace \ --minify-syntax \