mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-21 23:53:14 +01:00
4 lines
135 B
Docker
4 lines
135 B
Docker
|
FROM gcr.io/distroless/base:debug
|
||
|
ENV WT_LOG_FILE=console
|
||
|
ENTRYPOINT [ "/go/bin/wiretrustee","up"]
|
||
|
COPY wiretrustee /go/bin/wiretrustee
|