diff --git a/Dockerfile b/Dockerfile index 96af7e9..f4724cd 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 --silent +RUN yarn install --silent RUN yarn compile # Prepare Webserver