ridiculous lol

This commit is contained in:
Frank Villaro-Dixon 2023-06-05 20:25:06 +00:00
parent 2723f5f9b1
commit 0f4e8eee8e

View file

@ -1,4 +1,4 @@
FROM alpine:3
ADD https://github.com/sabhiram/go-wol/releases/download/v2.0.1/wol_linux_amd64 /usr/bin/wol
RUN chmod +x /usr/bin/wol
ADD https://github.com/sabhiram/go-wol/releases/download/v2.0.1/wol_linux_amd64 /bin/wol
RUN chmod +x /bin/wol
RUN wol help