Skip to content

Commit

Permalink
delete copy file yarnrc from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chabanyknikita committed Nov 20, 2024
1 parent 5c5d387 commit 206e59b
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 @@ -6,7 +6,7 @@ ARG URL
ARG STAGING

WORKDIR /build
COPY package.json yarn.lock .yarnrc.yml ./
COPY package.json yarn.lock ./
RUN yarn

COPY . .
Expand Down

0 comments on commit 206e59b

Please sign in to comment.