Hopefully final version

This commit is contained in:
2025-08-10 23:03:07 +02:00
parent 64a59d77bb
commit 515a6a3f88
2 changed files with 1 additions and 2 deletions

View File

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