From 8b62947053b72240a288bf70f7b9626d3914649f Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 20 Jan 2020 10:48:07 +0100 Subject: [PATCH] updated docker info in readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +