Final docker version

This commit is contained in:
2025-08-10 23:15:05 +02:00
parent 515a6a3f88
commit c72b63b730
2 changed files with 3 additions and 6 deletions

View File

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