nic-chen commented on a change in pull request #929:
URL: https://github.com/apache/apisix-dashboard/pull/929#discussion_r533095028



##########
File path: docs/deploy-with-docker.md
##########
@@ -38,6 +38,10 @@ $ docker build -t apisix-dashboard:$tag .
 
 # For users in mainland China, the `ENABLE_PROXY` parameter can be provided to 
speed up module downloads.
 $ docker build -t apisix-dashboard:$tag . --build-arg ENABLE_PROXY=true
+
+# If you want to use the latest codes to build, you can specify the 
`APISIX_DASHBOARD_VERSION` parameter to `master`. 
+# This parameter can also be specified as branch name of a specific version, 
such as `v2.0`.
+$ docker build -t apisix-dashboard:$tag . --build-arg 
APISIX_DASHBOARD_VERSION=master

Review comment:
       now it's v2.0. maybe master is better ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to