Skip to content
Snippets Groups Projects
Unverified Commit 7ab37255 authored by Marie's avatar Marie Committed by GitHub
Browse files

fix: init submodules

parent 7ad27640
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment