Skip to content

Commit

Permalink
Merge pull request #78 from SeonghyeonKim/main
Browse files Browse the repository at this point in the history
fix: Update Dockerfile
  • Loading branch information
moreal authored Oct 25, 2024
2 parents 39a1348 + 7861a10 commit 32c11a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app

# Install dependencies based on the preferred package manager
COPY package.json yarn.lock .yarnrc.yml ./
COPY package.json yarn.lock .yarnrc.yml .yarn/releases ./

RUN corepack enable && yarn --version
RUN yarn --immutable
Expand Down

0 comments on commit 32c11a7

Please sign in to comment.