mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-22 16:13:31 +01:00
7bf9793f85
* updage flag values from environment variables * add log and removing unused constants * removing unused code * Docker build client * fix indentation * Documentation with docker command * use docker volume
4 lines
135 B
Docker
4 lines
135 B
Docker
FROM gcr.io/distroless/base:debug
|
|
ENV WT_LOG_FILE=console
|
|
ENTRYPOINT [ "/go/bin/wiretrustee","up"]
|
|
COPY wiretrustee /go/bin/wiretrustee |