Add UserGroupTag to Dockerfile

This commit is contained in:
2022-01-03 23:29:32 +03:00
parent deeeb10ab9
commit 7aabe41ca8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ COPY ./modules/RichSiteSummary/*.csproj ./modules/RichSiteSummary/
COPY ./modules/UrlLimitations/*.csproj ./modules/UrlLimitations/
COPY ./modules/ChatManagement/*.csproj ./modules/ChatManagement/
COPY ./modules/Entertainment/*.csproj ./modules/Entertainment/
COPY ./modules/UserGroupTag/*.csproj ./modules/UserGroupTag/
RUN dotnet restore Kruzya.TelegramBot.sln
# Copy all project files