Add deno to path
All checks were successful
Build and Deploy ytdlp-site / build-deploy (push) Successful in 26s

This commit is contained in:
2025-09-24 08:47:56 -06:00
parent f3d454988a
commit 204decf1dc

View File

@@ -31,6 +31,7 @@ RUN apt-get update \
# install deno # install deno
RUN curl -fsSL https://deno.land/install.sh | sh 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 /usr/local/bin/yt-dlp /usr/local/bin/yt-dlp
COPY --from=0 /src/server /opt/server COPY --from=0 /src/server /opt/server