@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir -r requirements.txt -i https://mirrors.aliyun.com
COPY . .
# 暴露端口
-EXPOSE 8001, 8002
+EXPOSE 8001 8002
# 启动命令
CMD ["hypercorn", "vector_app:app", "--config", "config.toml"]