From f11a4368bb3d12e6c1b910b2f9e356a2d009106d Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Sun, 13 Jan 2019 15:30:30 -0500 Subject: Reformat args --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 75700e6f52..ce035fb7f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,9 @@ WORKDIR /repo COPY . . RUN export DOTNET_CLI_TELEMETRY_OPTOUT=1 \ && dotnet clean \ - && dotnet publish --configuration release --output /jellyfin + && dotnet publish \ + --configuration release \ + --output /jellyfin FROM microsoft/dotnet:${DOTNET_VERSION}-runtime -- cgit v1.2.3