mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-20 23:41:28 +02:00
6 lines
190 B
Docker
6 lines
190 B
Docker
FROM gcr.io/distroless/base:debug
|
|
ENTRYPOINT [ "/go/bin/netbird-signal","run" ]
|
|
CMD ["--log-file", "console"]
|
|
ARG TARGETPLATFORM
|
|
COPY ${TARGETPLATFORM}/netbird-signal /go/bin/netbird-signal
|