Ver Fonte

web: fix default CMD in Dockerfile

Shiv Tyagi há 10 meses atrás
pai
commit
8fe8ceee42
1 ficheiros alterados com 1 adições e 1 exclusões
  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"]