Skip to content

Commit

Permalink
fix: npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Aug 16, 2024
1 parent 6b5ffea commit 99f574a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deploy/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ COPY --chown=node:node packages/analytics/package.json ./packages/analytics/

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

RUN yarn install && yarn cache clean
RUN npm install --legacy-peer-deps
RUN yarn install && yarn cache clean

COPY --chown=node:node nx.json ./
COPY --chown=node:node tsconfig.base.json ./
Expand Down

0 comments on commit 99f574a

Please sign in to comment.