Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 307 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 307 Bytes

Python Weather WebApp

Docker image

docker build -t spectrum/python-weather-webapp .
docker run --detach --name python-weather-webapp -p 4000:4000 spectrum/python-weather-webapp
docker stop <container_id>
docker rm <container_id>

Test application: http://localhost:4000/