Skip to content

Commit

Permalink
Update Dockerfile to improve package installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 19, 2024
1 parent 1a1851d commit a3c8bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN corepack enable && corepack prepare yarn@${YARN_VERSION}


COPY package.json yarn.lock .yarnrc.yaml ./
COPY .yarn .yarn
RUN yarn install --imutable

# ---------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit a3c8bc5

Please sign in to comment.