mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-04 16:53:49 -04:00
Improve performance (#162)
This commit is contained in:
parent
359278afec
commit
4bfb2ec7fd
86 changed files with 1242 additions and 900 deletions
13
Dockerfile
13
Dockerfile
|
@ -4,17 +4,10 @@ WORKDIR /src
|
|||
|
||||
COPY favicon.ico ./
|
||||
|
||||
COPY DiscordChatExporter.Core.Markdown/*.csproj DiscordChatExporter.Core.Markdown/
|
||||
RUN dotnet restore DiscordChatExporter.Core.Markdown
|
||||
|
||||
COPY DiscordChatExporter.Core/*.csproj DiscordChatExporter.Core/
|
||||
RUN dotnet restore DiscordChatExporter.Core
|
||||
|
||||
COPY DiscordChatExporter.Cli/*.csproj DiscordChatExporter.Cli/
|
||||
RUN dotnet restore DiscordChatExporter.Cli
|
||||
|
||||
COPY DiscordChatExporter.Core.Markdown DiscordChatExporter.Core.Markdown
|
||||
COPY DiscordChatExporter.Core DiscordChatExporter.Core
|
||||
COPY DiscordChatExporter.Core.Models DiscordChatExporter.Core.Models
|
||||
COPY DiscordChatExporter.Core.Rendering DiscordChatExporter.Core.Rendering
|
||||
COPY DiscordChatExporter.Core.Services DiscordChatExporter.Core.Services
|
||||
COPY DiscordChatExporter.Cli DiscordChatExporter.Cli
|
||||
|
||||
RUN dotnet publish DiscordChatExporter.Cli -c Release -f netcoreapp2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue