You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/12 02:43:23 UTC

[GitHub] [apisix-docker] iamayushdas commented on a change in pull request #161: docs: Replace `docker build` command with `make`

iamayushdas commented on a change in pull request #161:
URL: https://github.com/apache/apisix-docker/pull/161#discussion_r611295719



##########
File path: README.md
##########
@@ -11,27 +11,27 @@
 # Assign Apache release version number to variable `APISIX_VERSION`, for example: 2.4. The latest version can be find at `https://github.com/apache/apisix/releases`
 
 export APISIX_VERSION=2.4
-docker build -t apisix:${APISIX_VERSION}-alpine --build-arg APISIX_VERSION=${APISIX_VERSION} -f alpine/Dockerfile alpine
+make -t apisix:${APISIX_VERSION}-alpine --build-arg APISIX_VERSION=${APISIX_VERSION} -f alpine/Dockerfile alpine

Review comment:
       @tokers @Yiyiyimu could you be elaborative here for what to do here now?




-- 
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:
users@infra.apache.org