mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
run yarn install in CI/CD non interactively
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user