Skip to content

Commit

Permalink
fix: update pnpm.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector committed Jul 26, 2024
1 parent 31102c7 commit f4a3948
Show file tree
Hide file tree
Showing 2 changed files with 1,196 additions and 1,194 deletions.
2 changes: 1 addition & 1 deletion docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pnpm fetch

COPY --from=source-tree /repo /repo

RUN pnpm install --no-frozen-lockfile --offline
RUN pnpm install --frozen-lockfile --offline

RUN cargo install gcc
RUN pnpm exec nx run-many -t build:js -t build:py
Expand Down
Loading

0 comments on commit f4a3948

Please sign in to comment.