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:
@@ -6,6 +6,7 @@ EXPOSE 443
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
|
||||
WORKDIR /src
|
||||
COPY ["WebNovelPortal/WebNovelPortal.csproj", "WebNovelPortal/"]
|
||||
COPY ["Treestar.Shared/Treestar.Shared.csproj", "Treestar.Shared/"]
|
||||
RUN dotnet restore "WebNovelPortal/WebNovelPortal.csproj"
|
||||
COPY . .
|
||||
WORKDIR "/src/WebNovelPortal"
|
||||
|
||||
Reference in New Issue
Block a user