We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c585bc7 commit f266667Copy full SHA for f266667
docker/Dockerfile
@@ -73,7 +73,7 @@ COPY ./ serve
73
RUN \
74
if echo "$LOCAL_CHANGES" | grep -q "false"; then \
75
rm -rf serve;\
76
- git clone --recursive $REPO_URL -b $BRANCH_NAME; \
+ git clone --recursive $REPO_URL -b $BRANCH_NAME serve; \
77
fi
78
79
@@ -238,7 +238,7 @@ COPY ./ serve
238
239
240
241
242
243
244
COPY --from=compile-image /home/venv /home/venv
0 commit comments