Dockerfile 110 B

12345
  1. FROM 172.16.0.165:5000/simulations/reverse_osmosis_model:v1
  2. WORKDIR /app
  3. CMD ["python", "smart_monitor.py"]