We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d873c commit b517876Copy full SHA for b517876
apps/jellyfin/Dockerfile
@@ -18,10 +18,6 @@ RUN set -ex && \
18
19
RUN dotnet build --configuration Release --output /artifacts /src/DeoVRDeeplink/DeoVRDeeplink.csproj
20
21
-# Stage 2: Final image
22
-FROM jellyfin/jellyfin:latest
23
-COPY --from=builder /src/bin/Release/net7.0/DeoVRDeeplink.dll /opt/plugins/DeoVRDeeplink/DeoVRDeeplink.dll
24
-
25
FROM ghcr.io/ipromknight/ubuntu:rolling
26
27
ARG TARGETPLATFORM
0 commit comments