Skip to content

Commit

Permalink
Fix: Issues with Kafka pre-prod host
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam committed Mar 28, 2022
2 parents 2ab5a2c + 418d680 commit f5093bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ RUN yarn cache clean
COPY src /opt/uci
WORKDIR /opt/uci
RUN yarn -i
CMD ["node", "app.js", "&"]
RUN yarn global add pm2
CMD ["pm2-runtime", "app.js"]

0 comments on commit f5093bc

Please sign in to comment.