python-escpos/examples/docker-flask
dependabot[bot] 62c234f6f1
Bump pillow from 10.0.1 to 10.2.0 in /examples/docker-flask (#623)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.2.0)

---
updated-dependencies:
- dependency-name: pillow
  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-22 23:25:38 +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 pillow from 10.0.1 to 10.2.0 in /examples/docker-flask (#623) 2024-01-22 23:25:38 +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