mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-26 01:53:42 +01:00
3 lines
119 B
Docker
3 lines
119 B
Docker
|
FROM gcr.io/distroless/base:debug
|
||
|
ENTRYPOINT [ "/go/bin/wiretrustee","management"]
|
||
|
COPY wiretrustee /go/bin/wiretrustee
|