diff --git a/DiscordChatExporter.Cli.dockerfile b/DiscordChatExporter.Cli.dockerfile index 72e9011..ab79ee2 100644 --- a/DiscordChatExporter.Cli.dockerfile +++ b/DiscordChatExporter.Cli.dockerfile @@ -22,8 +22,8 @@ COPY DiscordChatExporter.Cli DiscordChatExporter.Cli # Publish a self-contained assembly so we can use a slimmer runtime image RUN dotnet publish DiscordChatExporter.Cli \ - --configuration Release \ -p:CSharpier_Bypass=true \ + --configuration Release \ --self-contained \ --use-current-runtime \ --arch $TARGETARCH \