修复up主视频不下载图文视频

优化ffmpeg命令
This commit is contained in:
jianzhichu
2025-11-25 00:04:45 +08:00
parent 2db61f4958
commit 00aa82e763
12 changed files with 205 additions and 47 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
WORKDIR /app
EXPOSE 10102
EXPOSE 10101
RUN echo "deb http://mirrors.aliyun.com/debian/ bookworm main non-free contrib" > /etc/apt/sources.list && \
@@ -16,7 +16,7 @@ RUN echo "deb http://mirrors.aliyun.com/debian/ bookworm main non-free contrib"
RUN ffmpeg -version
COPY . .
ENV ASPNETCORE_URLS=http://*:10102
ENV ASPNETCORE_URLS=http://*:10101
ENV TZ=Asia/Shanghai
ENV DOWN_IMGVIDEO=1
ENTRYPOINT ["dotnet", "dy.net.dll"]