mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +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
175 B
Docker
5 lines
175 B
Docker
FROM gcr.io/distroless/base:debug
|
|
ENTRYPOINT [ "/go/bin/netbird-mgmt","management","--log-level","debug"]
|
|
CMD ["--log-file", "console"]
|
|
COPY netbird-mgmt /go/bin/netbird-mgmt
|