starsz commented on issue #1415: URL: https://github.com/apache/apisix-dashboard/issues/1415#issuecomment-771527302
> > @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 > ``` Cool, it's a good way. I like it. ---------------------------------------------------------------- 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]
