diff options
| author | crobibero <cody@robibe.ro> | 2020-09-04 08:49:06 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-04 08:49:06 -0600 |
| commit | becd3b1542025a0be8c987dd7782e055fc955a50 (patch) | |
| tree | 6b8d055e2f329108dab710008fa7d6faa382b548 /deployment/Dockerfile.docker.amd64 | |
| parent | 3be12a9d382fd43b255f6d23dcf83b465f3ef4be (diff) | |
| parent | 376e4793e610838fc05db7fdd0372e5b7e6cb2d6 (diff) | |
Merge remote-tracking branch 'upstream/master' into mad-stylez
Diffstat (limited to 'deployment/Dockerfile.docker.amd64')
| -rw-r--r-- | deployment/Dockerfile.docker.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.docker.amd64 b/deployment/Dockerfile.docker.amd64 index cf09014045..e04442606e 100644 --- a/deployment/Dockerfile.docker.amd64 +++ b/deployment/Dockerfile.docker.amd64 @@ -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-x64 "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none" +RUN dotnet publish Jellyfin.Server --disable-parallel --configuration Release --output="${ARTIFACT_DIR}" --self-contained --runtime linux-x64 "-p:DebugSymbols=false;DebugType=none" |
