Expose UDP ports from container image
This commit is contained in:
parent
be95b9e768
commit
393b149209
|
@ -27,4 +27,6 @@ COPY --from=intermediate /src/nebula/build ./
|
|||
RUN mv linux-amd64 linux-x86_64
|
||||
|
||||
COPY docker-entrypoint.sh entrypoint.sh
|
||||
|
||||
EXPOSE 4242/udp
|
||||
ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]
|
||||
|
|
Loading…
Reference in a new issue