gleono commented on code in PR #88:
URL: 
https://github.com/apache/openwhisk-runtime-dotnet/pull/88#discussion_r1777525219


##########
core/net6.0/Dockerfile:
##########
@@ -37,6 +37,6 @@ RUN apk update \
 
 WORKDIR /app
 COPY --from=build /app/Apache.OpenWhisk.Runtime.Dotnet.Minimal/out ./
-ENV ASPNETCORE_URLS http://+:8080
+ENV ASPNETCORE_URLS=http://+:8080

Review Comment:
   I forgot to mention that this is getting rid of a deprecation warning while 
building the image.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to