From 65bd725a674899164b2a6387a1daff4d9cf794ed Mon Sep 17 00:00:00 2001 From: MtnBurrit0 <77340197+mimartin12@users.noreply.github.com> Date: Fri, 4 Apr 2025 11:30:01 -0600 Subject: [PATCH] Update Dockerfile --- src/Api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 6cef91b72c..440a106bdd 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -13,6 +13,7 @@ ENV ASPNETCORE_URLS http://+:5000 WORKDIR /app EXPOSE 5000 EXPOSE 5001 +EXPOSE 5002 COPY obj/build-output/publish . COPY entrypoint.sh / RUN chmod +x /entrypoint.sh