https://github.com/giabar/gb-python-app
Flash Python app in Docker - https://hub.docker.com/r/giabar/gb-python-app/
https://github.com/giabar/gb-python-app
docker dockerfile flask python
Last synced: 3 months ago
JSON representation
Flash Python app in Docker - https://hub.docker.com/r/giabar/gb-python-app/
- Host: GitHub
- URL: https://github.com/giabar/gb-python-app
- Owner: giabar
- License: apache-2.0
- Created: 2018-11-01T17:23:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T17:29:52.000Z (over 6 years ago)
- Last Synced: 2025-01-20T12:32:49.461Z (5 months ago)
- Topics: docker, dockerfile, flask, python
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Python app
To build:
```
git clone https://github.com/giabar/gb-python-app.git
cd gb-python-app
docker build -t giabar/gb-python-app .
```To run (in Docker container):
```
docker run -d -p 5000:5000 giabar/gb-python-app
```Open your browser on http://localhost:5000