mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
app.MapHub<FriendsHub>("/api/friends");
This commit is contained in:
@@ -8,6 +8,7 @@ COPY Govor.API/*.csproj ./Govor.API/
|
||||
COPY Govor.Application/*.csproj ./Govor.Application/
|
||||
COPY Govor.Core/*.csproj ./Govor.Core/
|
||||
COPY Govor.Data/*.csproj ./Govor.Data/
|
||||
COPY Govor.Contracts/*.csproj ./Govor.Contracts/
|
||||
RUN dotnet restore
|
||||
|
||||
# Копируем все исходники и билдим проект в Release режиме
|
||||
|
||||
Reference in New Issue
Block a user