We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cef9963 + 4eb8561 commit a01a1bdCopy full SHA for a01a1bd
blockchain-workbench/auth-samples/netcore/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM microsoft/dotnet:2.2-sdk
+FROM mcr.microsoft.com/dotnet/core/sdk:2.2
2
3
WORKDIR /app
4
@@ -9,4 +9,4 @@ COPY . .
9
RUN dotnet build --configuration release
10
RUN dotnet publish --configuration release --output /app
11
12
-CMD ["dotnet", "/app/sample.dll"]
+CMD ["dotnet", "/app/sample.dll"]
0 commit comments