Spaces:
Paused
Paused
test
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -36,4 +36,7 @@ RUN --mount=type=secret,id=DOTENV_LOCAL,dst=.env.local \
|
|
36 |
|
37 |
RUN chmod -R 755 /usr/src/app/poc-agents.js
|
38 |
|
39 |
-
|
|
|
|
|
|
|
|
36 |
|
37 |
RUN chmod -R 755 /usr/src/app/poc-agents.js
|
38 |
|
39 |
+
RUN npm install -g pm2
|
40 |
+
|
41 |
+
CMD pm2 start /usr/src/app/poc-agents.js/build/index.js -i $CPU_CORES --no-daemon
|
42 |
+
|