Add EXPOSE directives for TURN server port

Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
Aaron
2020-10-06 18:55:55 +02:00
committed by Jannis Mattheis
parent 62a2687ce2
commit f6549888c0
+2
View File
@@ -1,5 +1,7 @@
FROM scratch
COPY screego /screego
EXPOSE 3478/tcp
EXPOSE 3478/udp
EXPOSE 5050
WORKDIR "/"
ENTRYPOINT [ "/screego" ]