An open API service indexing awesome lists of open source software.

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/

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