Docker Compose - how to execute command inside specific folder

后端 未结 0 2049
情书的邮戳
情书的邮戳 2020-12-12 07:44

I have this docker compose script:

  shape_api:
    build:
      context: ./shape_api/
      dockerfile: Dockerfile
    command: uvicorn main:app --reload --h         


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