1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-21 06:02:16 -07:00
Files
wtf/Dockerfile
2019-07-29 09:54:33 -07:00

4 lines
52 B
Docker

FROM scratch
COPY wtfutil /
ENTRYPOINT ["/wtfutil"]