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 2e227b0 commit 23bc390Copy full SHA for 23bc390
docker/Dockerfile.push
@@ -16,4 +16,7 @@ WORKDIR /
16
17
COPY --from=build / /
18
19
+RUN /usr/local/bin/rtpproxy -V
20
+RUN test "${TARGETPLATFORM%/v*}" == "linux/arm" || /usr/local/bin/rtpproxy_debug -V
21
+
22
ENTRYPOINT ["/usr/local/bin/rtpproxy", "-fF"]
0 commit comments