Skip to content

Commit

Permalink
ci: try to skip dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Jan 8, 2024
1 parent afb50f2 commit bcc7e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ ENTRYPOINT [ "/root/entrypoint.sh" ]
FROM compiler as ezm-compiler
COPY package.json .
COPY yarn.lock .
ENV NODE_ENV=production
RUN yarn install --production --frozen-lockfile

FROM core as ezm-runtime
Expand Down

0 comments on commit bcc7e9f

Please sign in to comment.