From b4e9b579dd81300ce9335a05b80b7d33ae7608a4 Mon Sep 17 00:00:00 2001 From: Jae Lo Presti Date: Sun, 8 Jan 2023 11:26:35 +0000 Subject: [PATCH] Dockerfile: path builds producing brick image Signed-off-by: cutestnekoaqua --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a92509d88..9e8c001158 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,11 +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 rebuild +RUN yarn run build + # Remove git files RUN rm -rf .git