Skip to content

Commit ed1a37e

Browse files
author
Guokan SHANG
committed
change gunicorn path
1 parent cd9760d commit ed1a37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ COPY ./components /app/components
1212

1313
HEALTHCHECK --interval=15s CMD curl -fs http://0.0.0.0/health || exit 1
1414

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", "-"]
15+
ENTRYPOINT ["/opt/conda/bin/gunicorn", "scripts.main:app", "--worker-class", "uvicorn.workers.UvicornWorker", "--bind", "0.0.0.0:80", "--access-logfile", "-", "--error-logfile", "-"]
1616
CMD ["--workers", "1"]

0 commit comments

Comments
 (0)