Browse Source

Update README.md

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

+ 3
- 0
README.md

@ -20,6 +20,9 @@ Set the following volumes with the -p tag.
## Example run-command
Either use the docker image `tiynger/pythonflask` or run `docker build . -t pythonflask` in the top directory of this repository.
If so you need to change the command below apropiately (`tiynger/pythonflask` to `pythonflask`).
` docker run --name flask -v flask:/flask --restart unless-stopped -d -p 80:5000 tiynger/pythonflask `
## Included Python3 packages

Loading…
Cancel
Save