Fix: single worker mode + configurable port
This commit is contained in:
@@ -25,4 +25,4 @@ COPY apps/server/ ./apps/server/
|
|||||||
WORKDIR /app/apps/server
|
WORKDIR /app/apps/server
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["bun", "run", "src/index.ts"]
|
CMD ["bun", "--smol", "run", "src/index.ts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user