Some work on docker support. Source generator is failing with a weird error. Updated readme and changelog

This commit is contained in:
Kwoth
2021-08-04 13:26:48 +02:00
parent 0107f7bad3
commit 0921d154cc
5 changed files with 21 additions and 37 deletions

View File

@@ -3,6 +3,7 @@ WORKDIR /source
COPY src/NadekoBot/*.csproj src/NadekoBot/
COPY src/NadekoBot.Coordinator/*.csproj src/NadekoBot.Coordinator/
COPY src/NadekoBot.Generators/*.csproj src/NadekoBot.Generators/
COPY src/ayu/Ayu.Discord.Voice/*.csproj src/ayu/Ayu.Discord.Voice/
RUN dotnet restore src/NadekoBot/