Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soker90 committed Apr 26, 2023
1 parent 52e6c34 commit 9f03e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH /app/node_modules/.bin:$PATH

COPY --chown=node:node package.json ./

RUN npm i --silent --legacy-peer-deps
RUN npm i --legacy-peer-deps

COPY --chown=node:node . ./

Expand Down

0 comments on commit 9f03e46

Please sign in to comment.