aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.docker.arm64
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-09-04 07:04:06 -0600
committercrobibero <cody@robibe.ro>2020-09-04 07:04:06 -0600
commit583f47ea28853ba84258b399e2093cd7dd5c3a55 (patch)
tree23261ccb5f92abb3eea892697695c4c3c8f2ea8e /deployment/Dockerfile.docker.arm64
parent7a03e6d2c6dcbe20077a3a4a84a39b3728eca5a7 (diff)
Remove GenerateDocumentationFile
Diffstat (limited to 'deployment/Dockerfile.docker.arm64')
-rw-r--r--deployment/Dockerfile.docker.arm642
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.docker.arm64 b/deployment/Dockerfile.docker.arm64
index 5454ef0247..a7ac40492a 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"