浏览代码

Do not override Docker CMD for web service

Shiv Tyagi 10 月之前
父节点
当前提交
0ffdaf0f02
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      docker-compose.yml

+ 0 - 1
docker-compose.yml

@@ -12,7 +12,6 @@ services:
     build:
       context: .
       dockerfile: ./web/Dockerfile
-    command: gunicorn wsgi:application
     environment:
       CBS_REDIS_HOST: redis
       CBS_REDIS_PORT: 6379