Skip to content

Commit

Permalink
fix: typo in docs dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matyson committed May 21, 2024
1 parent c8d46a2 commit d6aa14a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ RUN turbo prune @deepsirius-ui/docs --docker
FROM deps AS installer
WORKDIR /app

COPY --from=builder /app/out/json/ .
COPY --from=builder /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
COPY --from=builder /app/out/pnpm-workspace.yaml ./pnpm-workspace.yaml
COPY --from=deps /app/out/json/ .
COPY --from=deps /app/out/pnpm-lock.yaml ./pnpm-lock.yaml
COPY --from=deps /app/out/pnpm-workspace.yaml ./pnpm-workspace.yaml
RUN pnpm install

COPY --from=deps /app/out/full/ .
Expand Down

0 comments on commit d6aa14a

Please sign in to comment.