mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Yarn apparently no longer supports igrnore optional.
This commit is contained in:
parent
09b79bd174
commit
563f890cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ COPY ./frontend /app/frontend
|
|||
|
||||
RUN corepack enable && corepack prepare yarn@stable --activate
|
||||
|
||||
RUN yarn install --ignore-optional
|
||||
RUN yarn install
|
||||
|
||||
RUN yarn build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue