diff --git a/Dockerfile b/Dockerfile index 9dfcd3c..96af7e9 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