diff --git a/Dockerfile b/Dockerfile index 1aa941e..d258eee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,8 +59,5 @@ RUN chmod 755 /entrypoint.sh WORKDIR /app COPY --from=build /app/published . - -ENV ASPNETCORE_URLS=http://+:80 -EXPOSE 80 ENTRYPOINT "/entrypoint.sh" \ No newline at end of file