mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
„Dockerfile“ ändern
This commit is contained in:
parent
8f485e6aca
commit
6a01de05d8
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue