Skip to content

Commit

Permalink
fix: add npm install for api docker
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Aug 16, 2024
1 parent dda3c7b commit 6b5ffea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .deploy/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ 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

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

0 comments on commit 6b5ffea

Please sign in to comment.