Forgot to change entry

This commit is contained in:
2025-08-10 23:19:49 +02:00
parent c72b63b730
commit 76f2072d61

View File

@@ -14,4 +14,4 @@ FROM oven/bun
WORKDIR /app WORKDIR /app
COPY --from=build /app/dist /app COPY --from=build /app/dist /app
CMD ["bun", "run", "dist/index.js"] CMD ["bun", "run", "index.js"]