Skip to content

Commit 02eb409

Browse files
committed
update
1 parent bb7bc7c commit 02eb409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENTRYPOINT [ "./entrypoint.sh" ]
1717
CMD ["pm2-runtime", "ecosystem.config.cjs"]
1818

1919
FROM base
20-
COPY package.json ./
20+
COPY ecosystem.config.cjs package.json ./
2121
RUN npm install --omit=dev
2222
COPY src src
2323
USER node

0 commit comments

Comments
 (0)