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"]