This commit is contained in:
jinql
2025-09-03 22:56:30 +08:00
parent e54e69b940
commit ae73b2cd4a
6 changed files with 12 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ EXPOSE 8000
VOLUME ["/app/data", "/app/conf", "/app/logs"]
ENTRYPOINT ["entrypoint.sh"]
ENTRYPOINT ["/app/entrypoint.sh"]
# CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["gunicorn", "-c", "conf/gunicorn.conf.py", "main:app"]