mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +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
|