We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cb50b commit c3a9185Copy full SHA for c3a9185
src/Content/NetCoreTool.Template.WebApi/CSharp/Dockerfile
@@ -15,4 +15,5 @@ RUN dotnet publish "Company.WebApplication1.csproj" -c Release -o /app
15
FROM base AS final
16
WORKDIR /app
17
COPY --from=publish /app .
18
+ENV DOTNET_URLS http://0.0.0.0:80
19
ENTRYPOINT ["dotnet", "Company.WebApplication1.dll"]
0 commit comments