Sfoglia il codice sorgente

更新 'Dockerfile'

zoumuyu 3 settimane fa
parent
commit
e0381ce447
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -2,4 +2,6 @@ FROM 172.16.0.165:5000/simulations/reverse_osmosis_model:v1
 
 WORKDIR /app
 
+COPY . .
+
 CMD ["python", "smart_monitor.py"]