1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

Added example with Docker and Flask

This commit is contained in:
Ricardo Sanchez Alba
2023-05-12 19:06:34 -06:00
parent 2b826aa834
commit 27766b2478
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Simple example on how to use it inside a web service
```
docker build . -t escpos-web
docker run --network=host -p 9999:9999 escpos
```