updated docker info in readme

This commit is contained in:
Sander Hautvast 2020-01-20 10:48:07 +01:00
parent 61c38d25ce
commit 8b62947053

View file

@ -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
* logins are hardcoded (using bcrypt)
* docker build -t shautvast/trafficlight .
* docker run -d -p5555:5000 -v/tmp:/data -e DATA_PATH=/data shautvast/trafficlight