Skip to content

mcbhenwood/dummy-flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dummy-flask-app

Simple 'Hello World' style app to give something to deploy.

Build

docker build -t dummy .

Run

docker run -p "8080:80" -e "FOREIGN_SERVICE_URL=SOMEURL" dummy

Go to http://localhost:8080 in your browser.

To access the URL which consumes some other service, be sure to specify a valid FOREIGN_SERVICE_URL as per the docker run instruction above, then go in your browser to http://localhost:8080/retrieve_other_service_content.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published