„Dockerfile“ ändern

This commit is contained in:
Cleo 2023-01-08 18:54:05 +00:00
parent 33464d40c5
commit aae95f65c6
1 changed files with 1 additions and 2 deletions

View File

@ -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