Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phenixblue/python3-flask
Bits for building a Python3 based Flask Docker Image
https://github.com/phenixblue/python3-flask
Last synced: about 1 month ago
JSON representation
Bits for building a Python3 based Flask Docker Image
- Host: GitHub
- URL: https://github.com/phenixblue/python3-flask
- Owner: phenixblue
- Created: 2019-04-18T17:04:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T18:29:34.000Z (over 1 year ago)
- Last Synced: 2024-04-20T00:45:23.305Z (7 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python3-flask
[![](https://images.microbadger.com/badges/version/jmsearcy/python3-flask.svg)](https://microbadger.com/images/jmsearcy/python3-flask "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/jmsearcy/python3-flask.svg)](https://microbadger.com/images/jmsearcy/python3-flask "Get your own image badge on microbadger.com")Bits for building a Python3 based Docker Image with Flask baked in
# Build Image
- Build the image locally
```
$ pipenv update
$ docker-compose build
```- Push the image to a repository
```
$ docker login
$ docker tag python3-flask:0.1 jmsearcy/python3-flask:0.1
$ docker push jmsearcy/python3-flask:0.1
```