mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-14 03:52:07 +02:00
docker: enable reflection for json serializing
This commit is contained in:
@@ -32,6 +32,7 @@ RUN dotnet publish -c Release -o /app/publish \
|
||||
/p:TrimMode=partial \
|
||||
/p:PublishTrimmed=true \
|
||||
/p:PublishSingleFile=true \
|
||||
/p:JsonSerializerIsReflectionEnabledByDefault=true \
|
||||
-a $TARGETARCH
|
||||
|
||||
FROM --platform=$BUILDPLATFORM base AS final
|
||||
|
||||
Reference in New Issue
Block a user