add upstream setting instead

This commit is contained in:
Alex Kelly 2026-04-18 19:45:32 -04:00
commit 48dcd2ba28
2 changed files with 4 additions and 8 deletions

View file

@ -18,13 +18,6 @@ RUN curl -LO https://github.com/clojure/brew-install/releases/latest/download/li
RUN git clone https://github.com/logseq/logseq.git --depth 1 \
&& cd logseq \
&& yarn install
WORKDIR /build/logseq
RUN git config --global --add safe.directory '*' \
&& git config --global user.email "builder@local" \
&& git config --global user.name "Docker Builder" \
&& git remote add 4shutosh https://github.com/4shutosh/logseq.git \
&& git fetch 4shutosh self_host/21_march_2026 \
&& git cherry-pick 477061ffb
WORKDIR /build/logseq/deps/db-sync
#build db-sync
RUN yarn install \