diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 6970dfa7bb05..6cef91b72c84 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update \ ENV ASPNETCORE_URLS http://+:5000 WORKDIR /app EXPOSE 5000 +EXPOSE 5001 COPY obj/build-output/publish . COPY entrypoint.sh / RUN chmod +x /entrypoint.sh