Merge branch 'dev' into 'main'

Actual fix

See merge request illegitimate/illegitimate-bot!352
This commit is contained in:
2025-08-10 21:31:55 +02:00

View File

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