add upstream setting instead
This commit is contained in:
parent
3f528a05fe
commit
48dcd2ba28
2 changed files with 4 additions and 8 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue