diff --git a/Dockerfile b/Dockerfile index 264b65a..e2567ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build WORKDIR /src COPY favicon.ico ./ +COPY NuGet.config ./ COPY Directory.Build.props ./ COPY DiscordChatExporter.Core DiscordChatExporter.Core COPY DiscordChatExporter.Cli DiscordChatExporter.Cli diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..0e585fb --- /dev/null +++ b/NuGet.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file