diff options
| author | Andrew Rabert <ar@nullsum.net> | 2019-01-13 15:30:30 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2019-01-13 15:30:30 -0500 |
| commit | f11a4368bb3d12e6c1b910b2f9e356a2d009106d (patch) | |
| tree | 3835c298e2f260f992d19d6d53ba88db4a4072c1 /Dockerfile | |
| parent | e8d93b3485fb509c642ab2cafdb2bce9dafdedd3 (diff) | |
Reformat args
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 75700e6f5..ce035fb7f 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 |
