1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-21 09:22:17 -07:00
Files
wtf/Dockerfile
Chris Cummer 6c2c52abf2 Fix Dockerfile
2019-07-28 08:13:56 -07:00

3 lines
51 B
Docker

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