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