diff options
author | crupest <crupest@outlook.com> | 2022-11-21 11:08:48 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-21 11:08:48 +0800 |
commit | 7e44b56ec4112f5e131c7fb96838b18550a62c85 (patch) | |
tree | e3e55a3984664fc60f51b10a37c321aabd38f17d /Dockerfile | |
parent | 473720658913997919c680df6c82a75d429711d1 (diff) | |
download | timeline-7e44b56ec4112f5e131c7fb96838b18550a62c85.tar.gz timeline-7e44b56ec4112f5e131c7fb96838b18550a62c85.tar.bz2 timeline-7e44b56ec4112f5e131c7fb96838b18550a62c85.zip |
Fix #1354 #1355 .
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"]
|