No description
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3) --- updated-dependencies: - dependency-name: express 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