diff --git a/Dockerfile b/Dockerfile index 5ae74db..4f9e151 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,4 +47,4 @@ conda activate base\n\ exec "$@"' > /entrypoint.sh && chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] -CMD ["python", "fastapi_server/server_dashscope.py", "vision"] \ No newline at end of file +CMD ["python", "fastapi_server/server_dashscope.py", "route"] \ No newline at end of file