diff options
| author | Andrew Rabert <ar@nullsum.net> | 2019-01-13 15:30:54 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2019-01-13 15:35:15 -0500 |
| commit | 17c60f46dbe88adc6fa465027b961de014dcd94f (patch) | |
| tree | 250a21353f328a7dd00e6b1196535eaa25b72a97 /Dockerfile | |
| parent | f11a4368bb3d12e6c1b910b2f9e356a2d009106d (diff) | |
Fix build
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index ce035fb7f..e4cbede80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,8 @@ RUN export DOTNET_CLI_TELEMETRY_OPTOUT=1 \ && dotnet clean \ && dotnet publish \ --configuration release \ - --output /jellyfin + --output /jellyfin \ + Jellyfin.Server FROM microsoft/dotnet:${DOTNET_VERSION}-runtime |
