Update Dockerfile

This commit is contained in:
Marco
2023-01-21 21:47:59 +01:00
committed by GitHub
parent 5e51bf7ff5
commit 643c752b6a

View File

@@ -28,8 +28,8 @@ WORKDIR /app
RUN apk update && \ RUN apk update && \
apk add psmisc ffmpeg yt-dlp apk add psmisc ffmpeg yt-dlp
COPY --from=build /usr/src/yt-dlp-webui /app/server COPY --from=build /usr/src/yt-dlp-webui /app
RUN chmod +x /app/server RUN chmod +x /app/yt-dlp-webui
EXPOSE 3033 EXPOSE 3033
CMD [ "./server" , "--out", "/downloads" ] CMD [ "./yt-dlp-webui" , "--out", "/downloads" ]