diff --git a/Dockerfile b/Dockerfile index b186bb4..b09acd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM alpine:3.19 run apk update && apk add --no-cache wget bash skopeo -ADD best403unlocker . -entrypoint ["bash","best403unlocker"] +ADD best403unlocker.sh . +entrypoint ["bash","best403unlocker.sh"]