https://github.com/mdh266/dockerflaskapp
Simple Flask App with Docker and Bootstrap
https://github.com/mdh266/dockerflaskapp
bootstrap docker flask flask-application google-cloud-platform python
Last synced: 7 months ago
JSON representation
Simple Flask App with Docker and Bootstrap
- Host: GitHub
- URL: https://github.com/mdh266/dockerflaskapp
- Owner: mdh266
- License: mit
- Created: 2019-02-01T03:48:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T18:16:11.000Z (over 5 years ago)
- Last Synced: 2025-01-31T14:43:22.403Z (8 months ago)
- Topics: bootstrap, docker, flask, flask-application, google-cloud-platform, python
- Language: HTML
- Size: 315 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://cloud.google.com/appengine) run:
gcloud app deploy
Then go to the `target url`.