This commit is contained in:
Robin-Manuel Thiel 2019-02-04 22:16:38 +01:00
Родитель ae26dd7be3
Коммит 889048921e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -23,8 +23,8 @@ RUN dotnet publish --output /out/ --configuration Release
# Download the official ASP.NET Core Runtime image
# to run the compiled application
#FROM microsoft/dotnet:2.1.4-aspnetcore-runtime-alpine
FROM microsoft/dotnet:2.1.4-aspnetcore-runtime-sac2016
FROM microsoft/dotnet:2.1.4-aspnetcore-runtime-alpine
#FROM microsoft/dotnet:2.1.4-aspnetcore-runtime-sac2016
WORKDIR /app
# Open HTTP and HTTPS ports