mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
13b4be31df
* feature: add logging to a file * refactor: move InitLog to util lib * docs: update signal and management docs * chore: update docker compose * set --log-file to console * chore: comment out log volume in docker compose Co-authored-by: mlsmaycon <mlsmaycon@gmail.com>
4 lines
158 B
Docker
4 lines
158 B
Docker
FROM gcr.io/distroless/base
|
|
ENTRYPOINT [ "/go/bin/wiretrustee-mgmt","management"]
|
|
CMD ["--log-file", "console"]
|
|
COPY wiretrustee-mgmt /go/bin/wiretrustee-mgmt |