Marten Kante
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
README.md
|
|
@ -15,3 +15,9 @@ Set the following volumes with the -p tag. |
|
|
|
|
|
|
|
|
## Example run-command |
|
|
## Example run-command |
|
|
``` docker run --name flask -v flask:/flask --restart unless-stopped -d -p 80:5000 tiynger/pythonflask ``` |
|
|
``` docker run --name flask -v flask:/flask --restart unless-stopped -d -p 80:5000 tiynger/pythonflask ``` |
|
|
|
|
|
|
|
|
|
|
|
## Included Python3 packages |
|
|
|
|
|
|
|
|
|
|
|
- Flask |
|
|
|
|
|
- Flask-WTF |
|
|
|
|
|
- Flask-Mail |