forked from extern/alertik
5 lines
68 B
Docker
5 lines
68 B
Docker
FROM scratch
|
|
COPY alertik /alertik
|
|
EXPOSE 5140/udp
|
|
CMD ["/alertik"]
|