Skip to content

nautsio/helloworld-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Word web app in Python

Python hello-world based on the app.py from the Docker Compose tutorial. Includes both a version that needs a Redis DB and one that doesn't.

How to use

# Hello world without Redis DB
docker run -d -p 80:80 cargonauts/helloworld-python python /srv/helloworld.py

# Hello world with Redis DB
docker run -d -p 80:80 cargonauts/helloworld-python python /srv/helloworld-db.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •