Skip to content

Commit 223d1b0

Browse files
authored
Merge pull request #2 from SyncfusionExamples/docker-container
Modified container repo path to pull .NET container images from MCR instead of Docker Hub.
2 parents 8b47de6 + fb34805 commit 223d1b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM microsoft/dotnet:2.1-aspnetcore-runtime AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:2.1 AS base
22
WORKDIR /app
33
EXPOSE 80
44
ENV SYNCFUSION_LICENSE_KEY=""
55
ENV SPELLCHECK_DICTIONARY_PATH=""
66
ENV SPELLCHECK_JSON_FILENAME=""
7-
FROM microsoft/dotnet:2.1-sdk AS build
7+
FROM mcr.microsoft.com/dotnet/sdk:2.1 AS build
88

99
WORKDIR /source
1010
COPY ["src/ej2-documenteditor-server/ej2-documenteditor-server.csproj", "./ej2-documenteditor-server/ej2-documenteditor-server.csproj"]

0 commit comments

Comments
 (0)