浏览代码

修改写法

xueyiming 2 周之前
父节点
当前提交
b0f44829f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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"]