diff --git a/Dockerfile b/Dockerfile index 9dfcd3c888cb3929e995dab62e3145e7ba4e19cd..96af7e9e91a10005974f2392e685df632133f54f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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