Browse Source

fix: 🐛 移除 Dockerfile 中多余的 config.py 文件,避免不必要的文件冲突

pull/27/head
chenjiale 1 month ago
parent
commit
f02c7bcb98
  1. 1
      Dockerfile

1
Dockerfile

@ -18,6 +18,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN rm -rf /app/config.py
COPY . .
RUN mkdir -p /opt/alert/model-lab \

Loading…
Cancel
Save