No description
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| data | ||
| src | ||
| test | ||
| .gitignore | ||
| app.json | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
-
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