fix dockerfile
Some checks failed
Restart Docker Container on Production / build (pull_request) Failing after 8s

This commit is contained in:
iTob 2024-09-20 10:38:14 +02:00
parent d00b71d43a
commit 9122ddd117

View File

@ -11,7 +11,6 @@ COPY ["../../RBLNews.Web/RBLNews.Web.csproj", "RBLNews.Web/"]
COPY ["../../RBLNews.Shared/RBLNews.Shared.csproj", "RBLNews.Shared/"] COPY ["../../RBLNews.Shared/RBLNews.Shared.csproj", "RBLNews.Shared/"]
RUN dotnet nuget add source --name itob https://git.wohlleben.dev/api/packages/itob/nuget/index.json RUN dotnet nuget add source --name itob https://git.wohlleben.dev/api/packages/itob/nuget/index.json
RUN dotnet nuget disable source "nuget.org" RUN dotnet nuget disable source "nuget.org"
RUN dotnet add package --source itob --version 1.0.0 RBLFeederCommon
RUN dotnet restore "RBLNews.Web/RBLNews.Web.csproj" RUN dotnet restore "RBLNews.Web/RBLNews.Web.csproj"
COPY . . COPY . .
WORKDIR "/src/RBLNews.Web" WORKDIR "/src/RBLNews.Web"