From dc94c74547cb0507bbf64328957a5f83cb89cf9a Mon Sep 17 00:00:00 2001
From: jonasled <git@jonasled.de>
Date: Sun, 28 Feb 2021 12:23:22 +0100
Subject: [PATCH] removed silent flag

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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