Skip to content

Commit

Permalink
fix: default entrypoint and CMD for gstreamer image
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jan 14, 2024
1 parent 9280c45 commit f54367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gstreamer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ LABEL org.opencontainers.image.source="https://github.com/games-on-whales/wolf/"
LABEL org.opencontainers.image.description="GStreamer: https://gstreamer.freedesktop.org/"


ENTRYPOINT ["/bin/bash"]
ENTRYPOINT []
CMD ["/usr/local/bin/gst-inspect-1.0"]

0 comments on commit f54367f

Please sign in to comment.