Parcourir la source

web: fix default CMD in Dockerfile

Shiv Tyagi il y a 10 mois
Parent
commit
8fe8ceee42
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      web/Dockerfile

+ 1 - 1
web/Dockerfile

@@ -13,4 +13,4 @@ WORKDIR /app/web
 RUN pip install --no-cache-dir -r requirements.txt
 
 ENTRYPOINT ["./docker-entrypoint.sh"]
-CMD ["/bin/sh", "./start.sh"]
+CMD ["gunicorn", "wsgi:application"]