From 2b044923a3ee6c0bece0b91e944a8053c8fc4b00 Mon Sep 17 00:00:00 2001 From: MtnBurrit0 <77340197+mimartin12@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:17:36 -0600 Subject: [PATCH 1/2] Update Dockerfile --- src/Admin/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Admin/Dockerfile b/src/Admin/Dockerfile index 79d117681c46..f12d0085ad10 100644 --- a/src/Admin/Dockerfile +++ b/src/Admin/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update \ ENV ASPNETCORE_URLS http://+:5000 WORKDIR /app EXPOSE 5000 +EXPOSE 6000 COPY obj/build-output/publish . COPY entrypoint.sh / RUN chmod +x /entrypoint.sh From a12bf9670aee9b74fbec834858a0f703ead86c95 Mon Sep 17 00:00:00 2001 From: MtnBurrit0 <77340197+mimartin12@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:35:32 -0600 Subject: [PATCH 2/2] Update Dockerfile --- src/Admin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Admin/Dockerfile b/src/Admin/Dockerfile index f12d0085ad10..227870e43fce 100644 --- a/src/Admin/Dockerfile +++ b/src/Admin/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update \ ENV ASPNETCORE_URLS http://+:5000 WORKDIR /app EXPOSE 5000 -EXPOSE 6000 +EXPOSE 6001 COPY obj/build-output/publish . COPY entrypoint.sh / RUN chmod +x /entrypoint.sh