diff --git a/Dockerfile b/Dockerfile
index 96af7e9e91a10005974f2392e685df632133f54f..f4724cd47ff984cca209ba336e85c2710ee362ab 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