Browse Source

Update README.md

master
Marten Kante 8 months ago
committed by GitHub
parent
commit
7afa1c2d97
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      README.md

+ 6
- 0
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

Loading…
Cancel
Save