Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: init submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie authored Dec 8, 2023
1 parent 7ad2764 commit 7ab3725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ab3725

Please sign in to comment.