diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-09-04 09:35:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-04 09:35:45 -0400 |
| commit | 945be64ad6dc97e1668b2656b1acc46699ca08e3 (patch) | |
| tree | 23261ccb5f92abb3eea892697695c4c3c8f2ea8e /deployment/Dockerfile.docker.arm64 | |
| parent | 7a03e6d2c6dcbe20077a3a4a84a39b3728eca5a7 (diff) | |
| parent | 583f47ea28853ba84258b399e2093cd7dd5c3a55 (diff) | |
Merge pull request #4048 from crobibero/xml-docs
Remove GenerateDocumentationFile
Diffstat (limited to 'deployment/Dockerfile.docker.arm64')
| -rw-r--r-- | deployment/Dockerfile.docker.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.docker.arm64 b/deployment/Dockerfile.docker.arm64 index 5454ef024..a7ac40492 100644 --- a/deployment/Dockerfile.docker.arm64 +++ b/deployment/Dockerfile.docker.arm64 @@ -12,4 +12,4 @@ 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="${ARTIFACT_DIR}" --self-contained --runtime linux-arm64 "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none" +RUN dotnet publish Jellyfin.Server --disable-parallel --configuration Release --output="${ARTIFACT_DIR}" --self-contained --runtime linux-arm64 "-p:DebugSymbols=false;DebugType=none" |
