This commit is contained in:
renzhiyuan 2025-08-05 09:47:31 +08:00
parent 5ab7046118
commit 131851f58f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ WORKDIR /app
COPY . /app COPY . /app
# 安装 Python 依赖 # 安装 Python 依赖
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
# 暴露端口 # 暴露端口
EXPOSE 5000 EXPOSE 5000