Skip to content

Commit

Permalink
fix: skip nx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed May 2, 2024
1 parent fe7c5db commit 0d655d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ COPY . .
COPY .npmrc package.json package-lock.json ./
RUN npm ci

RUN npx nx run-many --target=build --projects=server-api --configuration production
RUN npx nx run-many --target=build --projects=ui-core --configuration production
RUN npx nx run-many --target=build --projects=server-api --configuration production --skip-nx-cache
RUN npx nx run-many --target=build --projects=ui-core --configuration production --skip-nx-cache

# Install backend production dependencies
RUN cd dist/packages/server/api && npm install --production --force
Expand Down

0 comments on commit 0d655d1

Please sign in to comment.