docker exec -it FastApi sh -c ". /venv/fastapi/bin/activate && cd /www/ceshi && fastapi run app.py --port 8000 --workers 1"
手动在面板终端上是执行成功的:
superviosr 不支持守护容器内的进程