Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Sep 26, 2024
1 parent ac72281 commit d5574c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'"]

0 comments on commit d5574c8

Please sign in to comment.