mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-21 23:53:14 +01:00
d27eb317aa
* chore: update signal gRpc * chore: add Signal keep alive params and policy * feature: add signal TLS support * refactor: move signal Dockerfile to the corresponding folder Co-authored-by: braginini <m.bragin@wiretrustee.com>
3 lines
116 B
Docker
3 lines
116 B
Docker
FROM gcr.io/distroless/base:debug
|
|
ENTRYPOINT [ "/go/bin/wiretrustee","signal" ]
|
|
COPY wiretrustee /go/bin/wiretrustee |