aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.docker.arm64
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-09-03 13:47:00 -0600
committercrobibero <cody@robibe.ro>2020-09-03 13:47:00 -0600
commiteb2dcbddc07c1f8d440bdb21490f9ba53eda0463 (patch)
tree969ad5f0b56d6f25e35a2720b9350fc9d6dacb4b /deployment/Dockerfile.docker.arm64
parent1be84e8873ed05b548663f9625c95bc9bed302e6 (diff)
parentf02bcd9cf8cd1ff347f5fe3a91e2ec187e9dbd49 (diff)
Merge remote-tracking branch 'upstream/master' into api-stream-return
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 eedbaac33..5454ef024 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=false;DebugSymbols=false;DebugType=none"
+RUN dotnet publish Jellyfin.Server --disable-parallel --configuration Release --output="${ARTIFACT_DIR}" --self-contained --runtime linux-arm64 "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none"