From 64a59d77bb2e54ab3272c2dae17b86b8193c41e5 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 10 Aug 2025 21:31:27 +0200 Subject: [PATCH] Actual fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b6753eb..0c61a20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,6 @@ FROM oven/bun WORKDIR /app COPY --from=build /app/dist /app/dist +COPY --from=build /app/package.json /app/dist CMD ["bun", "run", "dist/index.js"]