Skip to content

Commit bc3042c

Browse files
authored
Update Dockerfile.prod
1 parent 6d368c0 commit bc3042c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:16-alpine
22
WORKDIR /usr/src/app
33
COPY package*.json process.yml ./
44
RUN npm i -g pm2
5-
RUN npm ci
5+
RUN npm i
66
COPY . .
77
EXPOSE 3000
88
ENTRYPOINT ["pm2","start", "./process.yml","--no-daemon"]

0 commit comments

Comments
 (0)