netbird/management/Dockerfile

4 lines
136 B
Docker

FROM ubuntu:22.04
ENTRYPOINT [ "/go/bin/netbird-mgmt","management"]
CMD ["--log-file", "console"]
COPY netbird-mgmt /go/bin/netbird-mgmt