diff --git a/Dockerfile b/Dockerfile index ba4d7007..246b960b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM scratch -COPY mybin / +COPY wtfutil / ENTRYPOINT ["/wtfutil"] \ No newline at end of file