diff options
Diffstat (limited to 'Dockerfile.arm32v7')
| -rw-r--r-- | Dockerfile.arm32v7 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 816b662aae..fd9dc6c15a 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -7,7 +7,10 @@ COPY . . RUN export DOTNET_CLI_TELEMETRY_OPTOUT=1 \ && find . -type f -exec sed -i 's/netcoreapp2.1/netcoreapp3.0/g' {} \; \ && dotnet clean \ - && dotnet publish --configuration release --output /jellyfin Jellyfin.Server + && dotnet publish \ + --configuration release \ + --output /jellyfin \ + Jellyfin.Server FROM microsoft/dotnet:${DOTNET_VERSION}-runtime-stretch-slim-arm32v7 COPY --from=builder /jellyfin /jellyfin |
