Skip to content

Commit

Permalink
chore(server/dockerfile): enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 26, 2023
1 parent 32f38a6 commit 72fb759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM docker.io/library/node:20-alpine as builder

WORKDIR /app

RUN corepack enable

COPY . .
RUN if [ -f *.lock ]; then \
yarn install --immutable; \
Expand Down

0 comments on commit 72fb759

Please sign in to comment.