We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66aaddf commit e9ad339Copy full SHA for e9ad339
p910nd/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
RUN mkdir -p /var/lock/p910nd && touch /var/lock/p910nd/p9100d
9
10
# Run p910nd
11
-CMD "/usr/sbin/p910nd -f /dev/usb/lp0 -d"
+CMD "/usr/sbin/p910nd -f /dev/usb/lp0 0 && tail -f /dev/null"
12
13
ARG VERSION
14
LABEL \
0 commit comments