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 8b47de6 + fb34805 commit 223d1b0Copy full SHA for 223d1b0
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM microsoft/dotnet:2.1-aspnetcore-runtime AS base
+FROM mcr.microsoft.com/dotnet/aspnet:2.1 AS base
2
WORKDIR /app
3
EXPOSE 80
4
ENV SYNCFUSION_LICENSE_KEY=""
5
ENV SPELLCHECK_DICTIONARY_PATH=""
6
ENV SPELLCHECK_JSON_FILENAME=""
7
-FROM microsoft/dotnet:2.1-sdk AS build
+FROM mcr.microsoft.com/dotnet/sdk:2.1 AS build
8
9
WORKDIR /source
10
COPY ["src/ej2-documenteditor-server/ej2-documenteditor-server.csproj", "./ej2-documenteditor-server/ej2-documenteditor-server.csproj"]
0 commit comments