We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacd039 commit b22b339Copy full SHA for b22b339
packages/api/Dockerfile
@@ -24,7 +24,7 @@ COPY packages/api/emails /app/emails
24
COPY packages/api/dist/ /app/
25
26
EXPOSE 3001
27
-CMD ["pm2", "start", "--no-daemon", "-i", "max", "index.mjs"]
+CMD ["pm2", "start", "--no-daemon", "-i", "1", "index.mjs"]
28
29
FROM api AS api-story-search
30
RUN mv /app/scripts/import-entryurl-vectors.mjs /app/
0 commit comments