Browse Source

Merge pull request 'fix: 🐛 移除 Dockerfile 中多余的 config.py 文件,避免不必要的文件冲突' (#27) from cjl-dev into master

Reviewed-on: http://120.26.116.243:3000/root/model-lab/pulls/27
master
chenjiale 1 month ago
parent
commit
b2b61d7234
  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