add silent flag to yarn init

This commit is contained in:
jonasled 2021-02-28 12:16:38 +01:00
parent f1ba320ef0
commit 12af70c1d8

View file

@ -4,7 +4,7 @@ WORKDIR /build
COPY . /build COPY . /build
RUN mkdir /build/public/js RUN mkdir /build/public/js
RUN mkdir /build/public/css RUN mkdir /build/public/css
RUN yarn init RUN yarn init --silent
RUN yarn compile RUN yarn compile
# Prepare Webserver # Prepare Webserver