mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-23 00:23:36 +01:00
80de6a75d5
* Moved Signal CMD to Signal directory * Removed config dir and fixed a parameter typo * removed attempt to create ssl directory * Update Signal build configuration * move Signal documentation to its directory * removed unused variables * test build management and signal * User run as subcommand to execute the signal daemon
3 lines
134 B
Docker
3 lines
134 B
Docker
FROM gcr.io/distroless/base:debug
|
|
ENTRYPOINT [ "/go/bin/wiretrustee-signal","run" ]
|
|
COPY wiretrustee-signal /go/bin/wiretrustee-signal |