add silent flag to yarn init
This commit is contained in:
parent
f1ba320ef0
commit
12af70c1d8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /build
|
|||
COPY . /build
|
||||
RUN mkdir /build/public/js
|
||||
RUN mkdir /build/public/css
|
||||
RUN yarn init
|
||||
RUN yarn init --silent
|
||||
RUN yarn compile
|
||||
|
||||
# Prepare Webserver
|
||||
|
|
Loading…
Reference in a new issue