Update Goreleaser build names

Update Dockerfile
This commit is contained in:
mlsmaycon
2022-05-20 23:09:55 +02:00
parent bdc357eb9d
commit ec1cb5f028
2 changed files with 78 additions and 76 deletions

View File

@@ -1,4 +1,4 @@
FROM gcr.io/distroless/base:debug
ENV WT_LOG_FILE=console
ENTRYPOINT [ "/go/bin/wiretrustee","up"]
COPY wiretrustee /go/bin/wiretrustee
ENTRYPOINT [ "/go/bin/netbird","up"]
COPY netbird /go/bin/netbird