Files
netbird/client/Dockerfile
mlsmaycon ec1cb5f028 Update Goreleaser build names
Update Dockerfile
2022-05-20 23:09:55 +02:00

4 lines
123 B
Docker

FROM gcr.io/distroless/base:debug
ENV WT_LOG_FILE=console
ENTRYPOINT [ "/go/bin/netbird","up"]
COPY netbird /go/bin/netbird