aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-21 11:08:48 +0800
committercrupest <crupest@outlook.com>2022-11-21 11:08:48 +0800
commit7e44b56ec4112f5e131c7fb96838b18550a62c85 (patch)
treee3e55a3984664fc60f51b10a37c321aabd38f17d /Dockerfile
parent473720658913997919c680df6c82a75d429711d1 (diff)
downloadtimeline-7e44b56ec4112f5e131c7fb96838b18550a62c85.tar.gz
timeline-7e44b56ec4112f5e131c7fb96838b18550a62c85.tar.bz2
timeline-7e44b56ec4112f5e131c7fb96838b18550a62c85.zip
Fix #1354 #1355 .
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e1bdfb59..21737647 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,6 +13,5 @@ RUN dotnet publish Timeline/Timeline.csproj --configuration Release --output ./T
FROM mcr.microsoft.com/dotnet/aspnet:6.0
WORKDIR /app
-ENV ASPNETCORE_FORWARDEDHEADERS_ENABLED true
COPY --from=back-build /timeline-app/Timeline/publish .
ENTRYPOINT ["dotnet", "Timeline.dll"]