Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Feb 2, 2024
1 parent 58900d2 commit 13a240f
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 @@ -26,4 +26,4 @@ COPY --from=builder /app/udptlspipe /
EXPOSE 8443/tcp
EXPOSE 8443/udp

ENTRYPOINT ["/udptlspipe", "-h"]
ENTRYPOINT ["/udptlspipe", "-l", "127.0.0.1:8443"]

0 comments on commit 13a240f

Please sign in to comment.