You've already forked favicon-api-v3
25.08.31
This commit is contained in:
@@ -17,4 +17,7 @@ COPY . .
|
||||
EXPOSE 8000
|
||||
|
||||
# 6. 启动命令
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
|
||||
CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "-b", "0.0.0.0:8000", "main:app"]
|
||||
CMD ["gunicorn", "--config", "gunicorn.conf.py", "main:app"]
|
||||
|
||||
Reference in New Issue
Block a user