Browse Source

每月1日执行

李莎 1 year ago
parent
commit
c3adf12633
1 changed files with 1 additions and 1 deletions
  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