From d83b13c093d493e8a0bb8c73148ad0570e7a3fea Mon Sep 17 00:00:00 2001 From: Carl Tibule Date: Sun, 7 Apr 2024 20:36:11 -0500 Subject: [PATCH] Updated environment variable to be blank by default --- API/YABA.API/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/YABA.API/Dockerfile b/API/YABA.API/Dockerfile index 66aa82a..312247c 100644 --- a/API/YABA.API/Dockerfile +++ b/API/YABA.API/Dockerfile @@ -6,7 +6,7 @@ EXPOSE 80 EXPOSE 443 # Set environment variables -ENV ASPNETCORE_Environment=Development +ENV ASPNETCORE_Environment= ENV ASPNETCORE_Authentication__Auth0__ClientId= ENV ASPNETCORE_Authentication__Auth0__ClientSecret= ENV ASPNETCORE_Authentication__Auth0__Domain=