mirror of
https://github.com/Theldus/alertik.git
synced 2024-11-22 07:53:08 +01:00
5 lines
68 B
Docker
5 lines
68 B
Docker
|
FROM scratch
|
||
|
COPY alertik /alertik
|
||
|
EXPOSE 5140/udp
|
||
|
CMD ["/alertik"]
|