Skip to content

Commit dc51995

Browse files
Update Dockerfile (#1060)
2 parents 0d2484d + 6325f92 commit dc51995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/queue-manager/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:20.13.1-slim
22

33
WORKDIR /usr/src/app
4+
RUN corepack enable && corepack prepare pnpm@8.9.0 --activate
45

56
RUN npm install -g pnpm@8.9.0 --loglevel notice
67
RUN npm i pm2 -g
@@ -31,4 +32,4 @@ RUN cp src/.env.production dist/.env.production
3132

3233
EXPOSE 3000
3334

34-
CMD [ "pm2-runtime", "/usr/src/app/apps/queue-manager/dist/index.js" ]
35+
CMD [ "pm2-runtime", "/usr/src/app/apps/queue-manager/dist/index.js" ]

0 commit comments

Comments
 (0)