Fixed dockerfiles and fixed chapter upserts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -7,7 +7,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||
WORKDIR /src
|
||||
COPY ["WebNovelPortalAPI/WebNovelPortalAPI.csproj", "WebNovelPortalAPI/"]
|
||||
COPY ["DBConnection/DBConnection.csproj", "DBConnection/"]
|
||||
COPY ["Shared/Shared.csproj", "Shared/"]
|
||||
COPY ["Treestar.Shared/Treestar.Shared.csproj", "Treestar.Shared/"]
|
||||
RUN dotnet restore "WebNovelPortalAPI/WebNovelPortalAPI.csproj"
|
||||
COPY . .
|
||||
WORKDIR "/src/WebNovelPortalAPI"
|
||||
|
||||
Reference in New Issue
Block a user