aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm64
diff options
context:
space:
mode:
authorThomas Büttner <thomas@vergesslicher.tech>2019-02-22 13:52:32 +0100
committerThomas Büttner <thomas@vergesslicher.tech>2019-02-24 11:00:15 +0100
commitda61998ad611bf25d5644223a82eed1cf2e3d835 (patch)
tree73ca890a5d423fd17169b2a6795565967ab2b60a /Dockerfile.arm64
parentf28dd79fb19bb1b83ff2e34cf9a1af61c514db77 (diff)
Build releases without debug
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
Diffstat (limited to 'Dockerfile.arm64')
-rw-r--r--Dockerfile.arm641
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index e61aaa167c..5c67f85c9b 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -22,6 +22,7 @@ RUN dotnet publish \
-r linux-arm64 \
--configuration release \
--output /jellyfin \
+ "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none" \
Jellyfin.Server