Browse Source

Do not override Docker CMD for web service

Shiv Tyagi 10 tháng trước cách đây
mục cha
commit
0ffdaf0f02
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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