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