Hi,
what is this error?
#12 ERROR: process “cmd /S /C dotnet restore "webappjishnui/webappjishnui.csproj"” did not complete successfully: unable to find user ContainerUser: invalid argument
[build 4/7] RUN dotnet restore “webappjishnui/webappjishnui.csproj”:
Dockerfile:11
9 | WORKDIR /src
10 | COPY [“webappjishnui/webappjishnui.csproj”, “webappjishnui/”]
11 | >>> RUN dotnet restore “webappjishnui/webappjishnui.csproj”
12 | COPY . .
13 | WORKDIR “/src/webappjishnui”
ERROR: failed to solve: process “cmd /S /C dotnet restore "webappjishnui/webappjishnui.csproj"” did not complete successfully: unable to find user ContainerUser: invalid argument
Process exited with code 1