No description
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.19) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... 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