python-escpos/examples/docker-flask
Patrick Kanzler e9e8b10582
Fixes from ci (#533)
* break line

* remove unused imports

* remove unused os import

* make flake8 more strict

* configure flake for black

* fix action

* use importlib_resources

* rename deprecated methods
2023-07-21 23:03:46 +02: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 Fixes from ci (#533) 2023-07-21 23:03:46 +02:00
requirements.txt Added example with Docker and Flask (#519) 2023-05-18 15:06:06 +02: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