diff options
author | crupest <crupest@outlook.com> | 2022-11-21 13:01:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-21 13:01:38 +0800 |
commit | 63851882dcb4cc19dc85059a0529405c75c95bf3 (patch) | |
tree | 3283711fbf7bcb336e86f57cf8a5a4dd78bf1ef2 /Dockerfile | |
parent | ace566b053da9cab8fe25eede61dba744bf3d749 (diff) | |
download | timeline-63851882dcb4cc19dc85059a0529405c75c95bf3.tar.gz timeline-63851882dcb4cc19dc85059a0529405c75c95bf3.tar.bz2 timeline-63851882dcb4cc19dc85059a0529405c75c95bf3.zip |
Maybe ipv4/6 issue?
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ 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://+:80
+ENV ASPNETCORE_URLS=http://0.0.0.0:80
WORKDIR /app
COPY --from=back-build /timeline-app/Timeline/publish .
EXPOSE 80
|