Dockerfile: set ASP.NET Core environment to Production

This commit is contained in:
Peter Williams 2020-12-09 11:54:58 -05:00
Родитель 683355f873
Коммит 3fbaccb123
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -13,6 +13,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
COPY --from=build-env /app/out .
ENV ASPNETCORE_ENVIRONMENT Production
# To avoid "Could not find a suitable shadow copy folder." in App Insights Snapshot Debugger:
ENV TEMP /tmp