Fix: single worker mode + configurable port

This commit is contained in:
René Schober
2026-03-20 11:58:30 +01:00
parent 4966e1b1c4
commit 9b6fc37a23

View File

@@ -25,4 +25,4 @@ COPY apps/server/ ./apps/server/
WORKDIR /app/apps/server
EXPOSE 3000
CMD ["bun", "run", "src/index.ts"]
CMD ["bun", "--smol", "run", "src/index.ts"]