fix: init submodules

This commit is contained in:
Marie 2023-12-08 01:54:09 +01:00 committed by GitHub
parent 7ad2764012
commit 7ab3725585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN apk add git
COPY . ./
RUN git submodule update
RUN git submodule update --init --recursive
RUN pnpm config set fetch-retries 5
RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
pnpm i