mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-17 20:19:55 +00:00
5 lines
124 B
Docker
5 lines
124 B
Docker
FROM gcr.io/distroless/base:debug
|
|
ENV WT_LOG_FILE=console
|
|
ENTRYPOINT [ "/go/bin/netbird","up"]
|
|
COPY netbird /go/bin/netbird
|