fix(all): Во всех проектах обновлен dockerfile, проект собирается под root.
This commit is contained in:
@@ -5,6 +5,7 @@ WORKDIR /app
|
||||
|
||||
FROM 10.99.253.167:8090/dotnet/sdk:9.0 AS build
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
USER root
|
||||
WORKDIR /src
|
||||
COPY ["NuGet.config", "."]
|
||||
COPY ["PARR.TemplateDistributorWorker/PARR.TemplateDistributorWorker.csproj", "PARR.TemplateDistributorWorker/"]
|
||||
|
||||
Reference in New Issue
Block a user