mdh266 / DockerFlaskApp

Simple Flask App with Docker and Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Flask App With Docker


A simple "Hello World!" type Flask app that uses Bootstrap.

To use, download Docker and then clone this repository. From the repo directory run:

docker build -t simpleapp .

To run the app run:

docker run -id -p 8080:8080 simpleapp

Then go to the site http://0.0.0.0:8080 to see the page:

When you put in a name and hit enter results in:

Deploying to Google Cloud App Engine run:

gcloud app deploy

Then go to the target url.

About

Simple Flask App with Docker and Bootstrap

License:MIT License


Languages

Language:HTML 79.4%Language:CSS 6.9%Language:JavaScript 5.5%Language:Python 5.2%Language:Dockerfile 3.1%