mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
5 lines
157 B
Docker
5 lines
157 B
Docker
FROM gcr.io/distroless/base:debug
|
|
EXPOSE 10000
|
|
ENTRYPOINT [ "/go/bin/wiretrustee","signal" ]
|
|
CMD ["--log-level","DEBUG"]
|
|
COPY wiretrustee /go/bin/wiretrustee |