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 30833c9 commit e2e5642Copy full SHA for e2e5642
node/Dockerfile
@@ -2,7 +2,7 @@ ARG NODE_VERSION
2
3
FROM node:${NODE_VERSION}
4
5
-RUN npm install -g pnpm
+RUN npm install -g pnpm pm2
6
7
COPY docker-entrypoint.sh /usr/local/bin/
8
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
0 commit comments