From e924560686d7e7fe1c1b14def4e4f1f7aa5cd98c Mon Sep 17 00:00:00 2001 From: MtnBurrit0 <77340197+mimartin12@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:44:05 -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 6970dfa7bb..c23b565dba 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* ENV ASPNETCORE_URLS http://+:5000 +ENV HELLO hello WORKDIR /app EXPOSE 5000 COPY obj/build-output/publish .