diff --git a/README.md b/README.md index e9c112e..6620daf 100644 --- a/README.md +++ b/README.md @@ -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 +