We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9760d commit ed1a37eCopy full SHA for ed1a37e
Dockerfile
@@ -12,5 +12,5 @@ COPY ./components /app/components
12
13
HEALTHCHECK --interval=15s CMD curl -fs http://0.0.0.0/health || exit 1
14
15
-ENTRYPOINT ["/home/user/miniconda/bin/gunicorn", "scripts.main:app", "--worker-class", "uvicorn.workers.UvicornWorker", "--bind", "0.0.0.0:80", "--access-logfile", "-", "--error-logfile", "-"]
+ENTRYPOINT ["/opt/conda/bin/gunicorn", "scripts.main:app", "--worker-class", "uvicorn.workers.UvicornWorker", "--bind", "0.0.0.0:80", "--access-logfile", "-", "--error-logfile", "-"]
16
CMD ["--workers", "1"]
0 commit comments