Skip to content

Commit

Permalink
fix: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NewByVector committed Jul 26, 2024
1 parent f4a3948 commit 70851d4
Showing 1 changed file with 1 addition and 1 deletion.
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 --frozen-lockfile --offline
RUN pnpm install --no-frozen-lockfile --offline

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

0 comments on commit 70851d4

Please sign in to comment.