run yarn install in CI/CD non interactively

This commit is contained in:
DecDuck
2024-11-04 21:21:32 +11:00
parent 584bcf1cdf
commit a208fbedbd
3 changed files with 7185 additions and 3 deletions

View File

@ -7,7 +7,7 @@ WORKDIR /build
# install dependencies and build
COPY . .
RUN yarn install
RUN yarn install --non-interactive
RUN yarn build
# create run environment for Drop