mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-25 09:33:24 +01:00
5 lines
138 B
Docker
5 lines
138 B
Docker
|
FROM gcr.io/distroless/base:debug
|
||
|
ENTRYPOINT [ "/go/bin/netbird-relay" ]
|
||
|
ENV NB_LOG_FILE=console
|
||
|
COPY netbird-relay /go/bin/netbird-relay
|