aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-21 17:35:59 +0800
committercrupest <crupest@outlook.com>2022-11-21 17:35:59 +0800
commit5782b39e791199faf60df22a3d396f60ab56bc40 (patch)
tree7d065ee8cd87463c6edf0880fe67452ec1ccd63b /Dockerfile
parent63851882dcb4cc19dc85059a0529405c75c95bf3 (diff)
downloadtimeline-5782b39e791199faf60df22a3d396f60ab56bc40.tar.gz
timeline-5782b39e791199faf60df22a3d396f60ab56bc40.tar.bz2
timeline-5782b39e791199faf60df22a3d396f60ab56bc40.zip
Revert forwarded headers change.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0d916052..8bff7263 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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