fix(all): Во всех проектах обновлен dockerfile, проект собирается под root.
This commit is contained in:
@@ -8,6 +8,7 @@ WORKDIR /app
|
||||
# This stage is used to build the service project
|
||||
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.TemplateUpdaterWorker/PARR.TemplateUpdaterWorker.csproj", "PARR.TemplateUpdaterWorker/"]
|
||||
|
||||
Reference in New Issue
Block a user