Skip to content

Commit f266667

Browse files
committed
Fix dockerfile fore renamed forks
1 parent c585bc7 commit f266667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ COPY ./ serve
7373
RUN \
7474
if echo "$LOCAL_CHANGES" | grep -q "false"; then \
7575
rm -rf serve;\
76-
git clone --recursive $REPO_URL -b $BRANCH_NAME; \
76+
git clone --recursive $REPO_URL -b $BRANCH_NAME serve; \
7777
fi
7878

7979

@@ -238,7 +238,7 @@ COPY ./ serve
238238
RUN \
239239
if echo "$LOCAL_CHANGES" | grep -q "false"; then \
240240
rm -rf serve;\
241-
git clone --recursive $REPO_URL -b $BRANCH_NAME; \
241+
git clone --recursive $REPO_URL -b $BRANCH_NAME serve; \
242242
fi
243243

244244
COPY --from=compile-image /home/venv /home/venv

0 commit comments

Comments
 (0)