netbird/management/Dockerfile
Maycon Santos ea99def502
Update mgmt binary name and config doc (#75)
* using wiretrustee-mgmt for binary name

* using wiretrustee-mgmt

* updated documentation and compose files to use config.json
2021-07-31 12:33:04 +02:00

3 lines
128 B
Docker

FROM gcr.io/distroless/base
ENTRYPOINT [ "/go/bin/wiretrustee-mgmt","management"]
COPY wiretrustee-mgmt /go/bin/wiretrustee-mgmt