From 7cfb51f5d1ae26ba3276ba3c7bb54bb89f880ef8 Mon Sep 17 00:00:00 2001 From: Paul Mcilreavy Date: Sat, 27 Mar 2021 21:56:28 +1000 Subject: [PATCH] Set ASPNETCORE_URLS to empty (#27) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 72fc465..dc45204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,8 @@ WORKDIR /app # add tzdata incase we want to set the timezone RUN apk add --no-cache tzdata +ENV ASPNETCORE_URLS= + # copy the binary only COPY --from=build /artifact/AzureEventGridSimulator .