Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 298 Bytes

How to run project

To run Climate calculator, you need to build it first

docker build -t calculator http://github.com/rigatechgirls/LV_climatecalculator_2050.git

then run dockerfile

run docker run -p 8082:8080 -d calculator

It should be accessible at http://localhost:8082