66348ccc0a
* Added example with Docker and Flask * set flask debug flag to False * new line at the end of file * format with black --------- Co-authored-by: Ricardo Sanchez Alba <r2sanchezalba@gmail.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