diff options
author | crupest <crupest@outlook.com> | 2022-11-21 17:35:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-21 17:35:59 +0800 |
commit | 5782b39e791199faf60df22a3d396f60ab56bc40 (patch) | |
tree | 7d065ee8cd87463c6edf0880fe67452ec1ccd63b /Dockerfile | |
parent | 63851882dcb4cc19dc85059a0529405c75c95bf3 (diff) | |
download | timeline-5782b39e791199faf60df22a3d396f60ab56bc40.tar.gz timeline-5782b39e791199faf60df22a3d396f60ab56bc40.tar.bz2 timeline-5782b39e791199faf60df22a3d396f60ab56bc40.zip |
Revert forwarded headers change.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ COPY --from=front-build /timeline-app/dist /timeline-app/Timeline/ClientApp RUN dotnet publish Timeline/Timeline.csproj --configuration Release --output ./Timeline/publish/ -r linux-x64 --self-contained false
FROM mcr.microsoft.com/dotnet/aspnet:6.0
-ENV ASPNETCORE_URLS=http://0.0.0.0:80
WORKDIR /app
COPY --from=back-build /timeline-app/Timeline/publish .
EXPOSE 80
|