Skip to content

Commit

Permalink
Final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Jul 22, 2024
1 parent db1a0f8 commit 265ae72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
!.yarn
!package.json
!yarn.lock
!.yarnrc.yml
!tsconfig.json
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM base AS builder

WORKDIR /src

COPY package.json yarn.lock ./
COPY package.json yarn.lock .yarnrc.yml ./
COPY .yarn .yarn

RUN yarn install --immutable --immutable-cache
Expand Down

0 comments on commit 265ae72

Please sign in to comment.