mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-05 14:35:26 +00:00
Fix "--build-args" -> "--build-arg" typo in a comment.
The argument is --build-arg.
This commit is contained in:
committed by
Tim Abbott
parent
c53d0dc19f
commit
6d6a822274
@@ -26,7 +26,7 @@ USER zulip
|
|||||||
WORKDIR /home/zulip
|
WORKDIR /home/zulip
|
||||||
|
|
||||||
# You can specify these in docker-compose.yml or with
|
# You can specify these in docker-compose.yml or with
|
||||||
# docker build --build-args "ZULIP_GIT_REF=git_branch_name" .
|
# docker build --build-arg "ZULIP_GIT_REF=git_branch_name" .
|
||||||
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
|
ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git
|
||||||
ARG ZULIP_GIT_REF=4.11
|
ARG ZULIP_GIT_REF=4.11
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user