verbose yarn install
This commit is contained in:
parent
a208fbedbd
commit
36568c3845
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ WORKDIR /build
|
|||
|
||||
# install dependencies and build
|
||||
COPY . .
|
||||
RUN yarn install --non-interactive
|
||||
RUN yarn install --non-interactive --verbose
|
||||
RUN yarn build
|
||||
|
||||
# create run environment for Drop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue