From 2d1fc0dda5d4cd03b86a467ec0666a4a9bae50e2 Mon Sep 17 00:00:00 2001 From: Marco <35533749+marcopeocchi@users.noreply.github.com> Date: Sat, 21 Jan 2023 10:52:43 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2e7372b..e9a5267 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN apk update && \ apk add psmisc ffmpeg yt-dlp COPY --from=build /usr/src/yt-dlp-webui /usr/bin/yt-dlp-webui +RUN chmod +x /usr/bin/yt-dlp-webui EXPOSE 3033 CMD [ "/usr/bin/yt-dlp-webui" , "--out", "/downloads" ]