From bead2c2758665f1c25f58e1926fb6aba19cfe870 Mon Sep 17 00:00:00 2001 From: MtnBurrit0 <77340197+mimartin12@users.noreply.github.com> Date: Wed, 9 Apr 2025 09:54:59 -0600 Subject: [PATCH] just a test --- src/Api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 6970dfa7bb..6cef91b72c 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