mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
7d893c0238
Rename documentation and goreleaser build names Added a migration function for when the old path exists and the new one doesn't updated the configure.sh to generate the docker-compose with a new path only if no pre-existing volume with old name exists
5 lines
147 B
Docker
5 lines
147 B
Docker
FROM gcr.io/distroless/base
|
|
ENTRYPOINT [ "/go/bin/netbird-mgmt","management"]
|
|
CMD ["--log-file", "console"]
|
|
COPY netbird-mgmt /go/bin/netbird-mgmt
|