updated docker info in readme
This commit is contained in:
parent
61c38d25ce
commit
8b62947053
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
* simple traffic light application (in Dutch) to store ratings ('happy', 'unsure', 'unhappy') for a user
|
* simple traffic light application to store ratings ('happy', 'unsure', 'unhappy') for a user
|
||||||
* stores data in local csv file
|
* stores data in local csv file
|
||||||
* logins are hardcoded (using bcrypt)
|
|
||||||
|
* docker build -t shautvast/trafficlight .
|
||||||
|
* docker run -d -p5555:5000 -v/tmp:/data -e DATA_PATH=/data shautvast/trafficlight
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue