mirror of
https://github.com/Theldus/alertik.git
synced 2024-11-21 15:33:15 +01:00
Add Dockerfile
This commit is contained in:
parent
ee7b311d62
commit
814f3add2b
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM scratch
|
||||
COPY alertik /alertik
|
||||
EXPOSE 5140/udp
|
||||
CMD ["/alertik"]
|
Loading…
Reference in New Issue
Block a user