李莎 1 anno fa
parent
commit
c3adf12633
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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