From 8318b59382d647ddb3a5e17a14355c578947784d Mon Sep 17 00:00:00 2001 From: Cleo Date: Sun, 8 Jan 2023 18:11:12 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a92509d88..44fb1ef8aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN yarn plugin import workspace-tools # Install Dependencies RUN yarn install -RUN yarn rebuild +RUN yarn build # Remove git files RUN rm -rf .git