Dockerfile: path builds producing brick image

Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
This commit is contained in:
Jae Lo Presti 2023-01-08 11:26:35 +00:00 committed by cutestnekoaqua
parent 13a6a486b4
commit b4e9b579dd
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 3 additions and 2 deletions

View File

@ -13,11 +13,12 @@ RUN apk add git ffmpeg tini alpine-sdk python3
# Configure corepack and yarn # Configure corepack and yarn
RUN corepack enable RUN corepack enable
RUN yarn set version berry RUN yarn set version berry
RUN yarn install --immutable
RUN yarn plugin import workspace-tools RUN yarn plugin import workspace-tools
# Install Dependencies # Install Dependencies
RUN yarn install RUN yarn run build
RUN yarn rebuild
# Remove git files # Remove git files
RUN rm -rf .git RUN rm -rf .git