Compare commits
1 commit
762a2c2636
...
5496f232d9
Author | SHA1 | Date | |
---|---|---|---|
5496f232d9 |
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM base AS deps
|
|||
|
||||
WORKDIR /app
|
||||
RUN corepack enable
|
||||
COPY package.json yarn.lock ./
|
||||
COPY package.json yarn.lock .yarnrc.yml ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
# ----- Build -----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue