Skip to content

Commit

Permalink
Add ENTRYPOINT.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 2, 2023
1 parent fa2d2ac commit b56b06a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ RUN /rtpproxy/docker/build.sh
RUN ls -l /usr/local/bin/rtpproxy*
RUN ls -l /usr/local/bin/makeann*
RUN ls -l /usr/local/lib/*rtpproxy*

ENTRYPOINT ["/usr/local/bin/rtpproxy_debug", "-fF"]
2 changes: 2 additions & 0 deletions docker/Dockerfile.push
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ RUN rm -rf /rtpproxy && rm -rf /var/cache/*

FROM --platform=$TARGETPLATFORM $BASE_IMAGE
COPY --from=build / /

ENTRYPOINT ["/usr/local/bin/rtpproxy", "-fF"]

0 comments on commit b56b06a

Please sign in to comment.