Skip to content

Commit

Permalink
ci: workaround Nx post-install script hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Aug 15, 2024
1 parent bb250fc commit 9dec89a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ COPY . /build

# Enable the use of pnpm and compile the backend
RUN corepack enable && corepack prepare pnpm@latest --activate

# Workaround for nx post-install hanging
RUN pnpm install --ignore-scripts nx
RUN pnpm install
RUN pnpx nx run backend:build

Expand Down

0 comments on commit 9dec89a

Please sign in to comment.