Skip to content

Commit b22b339

Browse files
committed
api: Reduce workers to 1 temporarily
1 parent bacd039 commit b22b339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY packages/api/emails /app/emails
2424
COPY packages/api/dist/ /app/
2525

2626
EXPOSE 3001
27-
CMD ["pm2", "start", "--no-daemon", "-i", "max", "index.mjs"]
27+
CMD ["pm2", "start", "--no-daemon", "-i", "1", "index.mjs"]
2828

2929
FROM api AS api-story-search
3030
RUN mv /app/scripts/import-entryurl-vectors.mjs /app/

0 commit comments

Comments
 (0)