Explorar el Código

每月1日执行

李莎 hace 1 año
padre
commit
c3adf12633
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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