removed silent flag

This commit is contained in:
jonasled 2021-02-28 12:23:22 +01:00
parent 0e829e9afa
commit dc94c74547

View file

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