浏览代码

每月1日执行

李莎 1 年之前
父节点
当前提交
c3adf12633
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM python:3.7.15-slim
 
 
-WORKDIR ./saga_equipment_quarter_history
+WORKDIR ./zjsys_equipment_quarter_history
 ADD . .
 
 RUN  pip install -r requirements.txt