|
@@ -8,7 +8,8 @@ RUN export DOTNET_CLI_TELEMETRY_OPTOUT=1 \
|
|
&& dotnet clean \
|
|
&& dotnet clean \
|
|
&& dotnet publish \
|
|
&& dotnet publish \
|
|
--configuration release \
|
|
--configuration release \
|
|
- --output /jellyfin
|
|
|
|
|
|
+ --output /jellyfin \
|
|
|
|
+ Jellyfin.Server
|
|
|
|
|
|
FROM microsoft/dotnet:${DOTNET_VERSION}-runtime
|
|
FROM microsoft/dotnet:${DOTNET_VERSION}-runtime
|
|
COPY --from=builder /jellyfin /jellyfin
|
|
COPY --from=builder /jellyfin /jellyfin
|