Add deno to path
All checks were successful
Build and Deploy ytdlp-site / build-deploy (push) Successful in 26s
All checks were successful
Build and Deploy ytdlp-site / build-deploy (push) Successful in 26s
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user