Skip to content

Commit b517876

Browse files
committed
Fix: dockerfile
1 parent 22d873c commit b517876

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/jellyfin/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ RUN set -ex && \
1818

1919
RUN dotnet build --configuration Release --output /artifacts /src/DeoVRDeeplink/DeoVRDeeplink.csproj
2020

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-
2521
FROM ghcr.io/ipromknight/ubuntu:rolling
2622

2723
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)