1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Fix Dockerfile

This commit is contained in:
Chris Cummer 2019-07-28 08:13:56 -07:00
parent 16c1b2ad87
commit 6c2c52abf2

View File

@ -1,3 +1,3 @@
FROM scratch
COPY mybin /
COPY wtfutil /
ENTRYPOINT ["/wtfutil"]