Init
This commit is contained in:
10
dockerstart.sh
Normal file
10
dockerstart.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
MODEL=${LABEL_MODEL:-QL-800}
|
||||
PRINTER=${LABEL_PRINTER:-tcp:127.0.0.1:9100}
|
||||
|
||||
exec python /app/src/label_api \
|
||||
--model "$MODEL" \
|
||||
--printer "$PRINTER"
|
||||
Reference in New Issue
Block a user