From aae95f65c65ca6848d06c34e053eaf44c456bdb9 Mon Sep 17 00:00:00 2001 From: Cleo Date: Sun, 8 Jan 2023 18:54:05 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9e8c001158..b0ffa99049 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,13 +13,12 @@ RUN apk add git ffmpeg tini alpine-sdk python3 # Configure corepack and yarn RUN corepack enable RUN yarn set version berry -RUN yarn install --immutable RUN yarn plugin import workspace-tools # Install Dependencies +RUN yarn install RUN yarn run build - # Remove git files RUN rm -rf .git