diff --git a/IaC/RBLNews.Web/Dockerfile b/IaC/RBLNews.Web/Dockerfile index c2a2398..b8bc252 100644 --- a/IaC/RBLNews.Web/Dockerfile +++ b/IaC/RBLNews.Web/Dockerfile @@ -9,7 +9,7 @@ ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["../../RBLNews.Web/RBLNews.Web.csproj", "RBLNews.Web/"] COPY ["../../RBLNews.Shared/RBLNews.Shared.csproj", "RBLNews.Shared/"] -RUN dotnet restore "RBLNews/RBLNews.Web.csproj" +RUN dotnet restore "RBLNews.Web/RBLNews.Web.csproj" COPY . . WORKDIR "/src/RBLNews.Web" RUN dotnet build "RBLNews.Web.csproj" -c $BUILD_CONFIGURATION -o /app/build