How to run different ENTRYPOINT commands in docker-compose.yml for different build environments?

前端 未结 0 536
挽巷
挽巷 2020-12-08 01:45

Right now I have a single docker-compose.yml:

version: "3"

services:
  hello-world:
    image: hello-world
    build: .
    environmen         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题