No description
Find a file
dependabot[bot] 2ab3fbe3d2
Bump tar from 4.4.13 to 4.4.19
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>
2021-09-02 03:38:06 +00:00
data dockerized 2020-01-20 10:43:50 +01:00
src dockerized 2020-01-20 10:43:50 +01:00
test dockerized 2020-01-20 10:43:50 +01:00
.gitignore added dockerfile 2020-01-20 10:46:03 +01:00
app.json initial commit 2019-12-10 10:19:21 +01:00
Dockerfile added dockerfile 2020-01-20 10:46:03 +01:00
package-lock.json Bump tar from 4.4.13 to 4.4.19 2021-09-02 03:38:06 +00:00
package.json security fixes in dependencies 2020-11-05 16:09:25 +01:00
README.md updated docker info in readme 2020-01-20 10:48:07 +01:00

  • 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