aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.aarch64
diff options
context:
space:
mode:
authorAndrew Rabert <ar@nullsum.net>2019-01-13 15:30:30 -0500
committerAndrew Rabert <ar@nullsum.net>2019-01-13 15:30:30 -0500
commitf11a4368bb3d12e6c1b910b2f9e356a2d009106d (patch)
tree3835c298e2f260f992d19d6d53ba88db4a4072c1 /Dockerfile.aarch64
parente8d93b3485fb509c642ab2cafdb2bce9dafdedd3 (diff)
Reformat args
Diffstat (limited to 'Dockerfile.aarch64')
-rw-r--r--Dockerfile.aarch644
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64
index da4acc8412..ba7b0c5c5c 100644
--- a/Dockerfile.aarch64
+++ b/Dockerfile.aarch64
@@ -6,7 +6,9 @@ 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
+ && dotnet publish \
+ --configuration release \
+ --output /jellyfin
FROM microsoft/dotnet:${DOTNET_VERSION}-runtime
COPY --from=builder /jellyfin /jellyfin