mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-24 06:02:21 +01:00
4 lines
169 B
Docker
4 lines
169 B
Docker
|
FROM gcr.io/distroless/base:debug
|
||
|
ENTRYPOINT [ "/go/bin/wiretrustee","management"]
|
||
|
CMD ["--log-level","DEBUG", "--datadir", "/data"]
|
||
|
COPY wiretrustee /go/bin/wiretrustee
|