mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-22 20:43:09 +02:00
fix: init submodules
This commit is contained in:
parent
7ad2764012
commit
7ab3725585
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue