diff --git a/Dockerfile b/Dockerfile index 6ad1e5d..0ed7a80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM alpine:3 ADD https://github.com/sabhiram/go-wol/releases/download/v2.0.1/wol_linux_amd64 /bin/wol RUN chmod +x /bin/wol -RUN /bin/wol help +