Browse Source

adding Dockerfile and Readme

master
TiynGER 10 months ago
parent
commit
212f0f0306
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md

@ -12,7 +12,7 @@ Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Volume-Name | Container mount | Description |
| ----------- | --------------- | ----------- | | ----------- | --------------- | ----------- |
| app | /flask/app | directory for flask application |
| app | /flask | directory for flask application |
## Ports ## Ports
@ -24,4 +24,4 @@ Set the following volumes with the -p tag.
## Example run-command ## Example run-command
``` docker run --name flask -v flask:/flask/app --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 ```

Loading…
Cancel
Save