trafficlight/README.md
2020-01-20 10:48:07 +01:00

7 lines
257 B
Markdown

* simple traffic light application to store ratings ('happy', 'unsure', 'unhappy') for a user
* stores data in local csv file
* docker build -t shautvast/trafficlight .
* docker run -d -p5555:5000 -v/tmp:/data -e DATA_PATH=/data shautvast/trafficlight