Skip to content

mrtnfchs/python-weather-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published