Fix for docker

This commit is contained in:
2025-08-10 21:28:22 +02:00
parent 62b7750a0a
commit c8743316a1
3 changed files with 4 additions and 4 deletions

View File

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