diff options
| author | crobibero <cody@robibe.ro> | 2020-08-29 10:42:12 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-08-29 10:42:12 -0600 |
| commit | 44fb76bbcf3080b6cc2795925452bec69a0d8402 (patch) | |
| tree | 13439e5595044ae7cfe293c54c81c9763a6a8707 /Dockerfile | |
| parent | 0424d09b8daf3626fd7de65b601e707afdb00599 (diff) | |
include xml docs when publishing
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index d3fb138a8..4fdffc740 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY . . ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 # because of changes in docker and systemd we need to not build in parallel at the moment # see https://success.docker.com/article/how-to-reserve-resource-temporarily-unavailable-errors-due-to-tasksmax-setting -RUN dotnet publish Jellyfin.Server --disable-parallel --configuration Release --output="/jellyfin" --self-contained --runtime linux-x64 "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none" +RUN dotnet publish Jellyfin.Server --disable-parallel --configuration Release --output="/jellyfin" --self-contained --runtime linux-x64 "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none" FROM debian:buster-slim |
