summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 69e92da84a35dec2252a56d322295b79889d45b3 (plain)
1
2
3
4
5
6
FROM scratch

COPY mfi_homekit /

WORKDIR "/config"
CMD [ "/mfi_homekit" ]