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 .