python-escpos/examples/docker-flask
dependabot[bot] 4ba98c0017
Bump jinja2 from 3.1.2 to 3.1.3 in /examples/docker-flask (#620)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 12:24:41 +01:00
..
Dockerfile Added example with Docker and Flask (#519) 2023-05-18 15:06:06 +02:00
README.md Added example with Docker and Flask (#519) 2023-05-18 15:06:06 +02:00
app.py Drop Py37, improve typing and docstrings (#544) 2023-08-15 01:03:36 +02:00
requirements.txt Bump jinja2 from 3.1.2 to 3.1.3 in /examples/docker-flask (#620) 2024-01-12 12:24:41 +01:00

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