We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45804ba commit 98e1bd0Copy full SHA for 98e1bd0
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 0"
+CMD "/usr/sbin/p910nd -f /dev/usb/lp0 0 && tail -f /dev/null"
12
13
ARG VERSION
14
LABEL \
0 commit comments