FORCE BuildKit to use the host network interface to clear DNS/handshake resolution
This commit is contained in:
@@ -11,7 +11,7 @@ WORKDIR /app_source
|
||||
COPY . .
|
||||
|
||||
# Restore the solution from the root context
|
||||
RUN dotnet restore "LiteCharmsSecurity.sln"
|
||||
RUN --network=host dotnet restore "LiteCharmsSecurity.sln"
|
||||
|
||||
# Paths match your repository exactly now: src/ is just under the root
|
||||
WORKDIR "/app_source/src/LiteCharmsSecurity.STS.Identity"
|
||||
|
||||
Reference in New Issue
Block a user