diff --git a/Dockerfile b/Dockerfile index 8aacd7c..f05f105 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,4 +58,4 @@ RUN apk add --no-cache \ COPY --from=builder /app/websocat /usr/bin/ COPY --from=builder /app/turncat /usr/bin/ -CMD ["exec", "/bin/bash", "-c", "'trap : TERM INT; sleep infinity & wait'"] +CMD ["/bin/bash", "-c", "'trap : TERM INT; sleep infinity & wait'"]