Skip to content

Commit

Permalink
initial relay docker git workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarzot committed Nov 12, 2024
1 parent 6939f9a commit 680c293
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ ENV MOQ_PORT=4433

EXPOSE ${MOQ_PORT}

CMD ./_build/bin/moqrelayserver \
-port ${MOQ_PORT} \
-cert ./certs/certificate.pem \
-key ./certs/certificate.key \
-endpoint "/moq" \
--logging ${MOQ_LOG_LEVEL}
CMD ["sh", "-c", "./_build/bin/moqrelayserver -port ${MOQ_PORT} -cert ./certs/certificate.pem -key ./certs/certificate.key -endpoint \"/moq\" --logging ${MOQ_LOG_LEVEL}"]

0 comments on commit 680c293

Please sign in to comment.