diff --git a/Dockerfile b/Dockerfile index 106d0d7..b1e76f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN apt-get update \ # install deno RUN curl -fsSL https://deno.land/install.sh | sh +ENV PATH="/root/.deno/bin:$PATH" COPY --from=0 /usr/local/bin/yt-dlp /usr/local/bin/yt-dlp COPY --from=0 /src/server /opt/server