Picture using minio service

This commit is contained in:
zhouchengrong
2024-03-18 16:11:06 +08:00
parent 7c12d9f16a
commit 6745fedf37
2 changed files with 1 additions and 1 deletions

View File

@@ -19,4 +19,4 @@ LABEL maintainer="zchengrong@yeah.net" \
name="trinity_mixi"
CMD ["gunicorn", "-c", "gunicorn_config.py", "manage:app"]
CMD ["gunicorn", "-c", "gunicorn_config.py", "app.main:app"]