Skip to content

Commit

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

FROM core as ezm-runtime
# Create app directory
Expand Down

0 comments on commit afb50f2

Please sign in to comment.