We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49a168 commit 4926213Copy full SHA for 4926213
Dockerfile
@@ -29,9 +29,8 @@ WORKDIR /home/zulip
29
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
30
ARG ZULIP_GIT_REF=11.2
31
32
-RUN git clone "$ZULIP_GIT_URL" && \
33
- cd zulip && \
34
- git checkout -b current "$ZULIP_GIT_REF"
+RUN git clone "$ZULIP_GIT_URL" -b "$ZULIP_GIT_REF" && \
+ cd zulip
35
36
WORKDIR /home/zulip/zulip
37
0 commit comments