Skip to content

Commit

Permalink
chore: update server dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yongheng2016 committed Aug 13, 2024
1 parent c1ba74e commit 8b4ae0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-monitoring-server
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN yarn

ADD apps/server/ ./

RUN yarn add rimraf -D && yarn build
RUN yarn add rimraf@5.0.7 -D && yarn build


FROM node:18.15.0-buster-slim
Expand Down

0 comments on commit 8b4ae0e

Please sign in to comment.