imjoey commented on issue #1415:
URL: 
https://github.com/apache/apisix-dashboard/issues/1415#issuecomment-771414595


   > @nic-chen
   > Thks.
   > Then I'll submit a PR to modify Dockerfile-apisix later.
   > Please assigne to me.
   
   @Jaycean Regarding to the implementation, AFAIK, docker-compose supports 
using `context` to load Dockerfile from remote git repository. Take apisix for 
example, you could try without pulling the Dockerfile to local.
   
   ```
     apisix:
       hostname: apisix_server1
       build:
         context: 
https://github.com/apache/apisix-docker.git#master:all-in-one/apisix/
         dockerfile: Dockerfile
         args:
           - APISIX_VERSION=master
   ```
   


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


Reply via email to