e7dd97554c
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.4 to 3.0.1. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.4...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
app.py | ||
requirements.txt |
README.md
Simple example on how to use it inside a web service
docker build . -t escpos-web
docker run --network=host -p 9999:9999 escpos