mirror of
https://github.com/wiretrustee/wiretrustee.git
synced 2021-06-30 00:55:41 +03:00
5 lines
157 B
Docker
5 lines
157 B
Docker
FROM gcr.io/distroless/base:debug
|
|
EXPOSE 10000
|
|
ENTRYPOINT [ "/go/bin/wiretrustee","signal" ]
|
|
CMD ["--log-level","DEBUG"]
|
|
COPY wiretrustee /go/bin/wiretrustee |