mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
Fix build
This commit is contained in:
@@ -17,7 +17,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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user