From 96971b1f060e84929231b65c35661fef8619d036 Mon Sep 17 00:00:00 2001 From: MtnBurrit0 <77340197+mimartin12@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:50:43 -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..4f0b15fd52 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 WELCOME hello WORKDIR /app EXPOSE 5000 COPY obj/build-output/publish .