Dockerfile: path builds producing brick image
Signed-off-by: cutestnekoaqua <waterdev@galaxycrow.de>
This commit is contained in:
parent
13a6a486b4
commit
b4e9b579dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue