Skip to content

Commit

Permalink
Fix docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Jul 20, 2024
1 parent b20af3a commit 04b69c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ FROM base AS builder

WORKDIR /src

COPY package*.json ./
COPY yarn.lock ./
COPY package.json yarn.lock .yarn ./

RUN yarn install
RUN yarn install --immutable --immutable-cache

COPY . .
RUN yarn build
Expand Down

0 comments on commit 04b69c4

Please sign in to comment.