Parcourir la source

Do not override Docker CMD for web service

Shiv Tyagi il y a 10 mois
Parent
commit
0ffdaf0f02
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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