Explorar o código

web: fix default CMD in Dockerfile

Shiv Tyagi hai 10 meses
pai
achega
8fe8ceee42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]