We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5574c8 commit 6df1e30Copy full SHA for 6df1e30
Dockerfile
@@ -58,4 +58,4 @@ RUN apk add --no-cache \
58
COPY --from=builder /app/websocat /usr/bin/
59
COPY --from=builder /app/turncat /usr/bin/
60
61
-CMD ["/bin/bash", "-c", "'trap : TERM INT; sleep infinity & wait'"]
+CMD exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"
0 commit comments