Actual fix

This commit is contained in:
2025-08-10 21:31:27 +02:00
parent c8743316a1
commit 64a59d77bb

View File

@@ -13,5 +13,6 @@ FROM oven/bun
WORKDIR /app WORKDIR /app
COPY --from=build /app/dist /app/dist COPY --from=build /app/dist /app/dist
COPY --from=build /app/package.json /app/dist
CMD ["bun", "run", "dist/index.js"] CMD ["bun", "run", "dist/index.js"]