Skip to content

Commit e2e5642

Browse files
feat: node add pm2
1 parent 30833c9 commit e2e5642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG NODE_VERSION
22

33
FROM node:${NODE_VERSION}
44

5-
RUN npm install -g pnpm
5+
RUN npm install -g pnpm pm2
66

77
COPY docker-entrypoint.sh /usr/local/bin/
88
RUN chmod +x /usr/local/bin/docker-entrypoint.sh

0 commit comments

Comments
 (0)