Skip to content

Commit

Permalink
Set ASPNETCORE_URLS to empty (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
pm7y authored Mar 27, 2021
1 parent b475b6f commit 7cfb51f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit 7cfb51f

Please sign in to comment.