From 2a59e8f9081bfbec4cd47d8468e4d5c142b07546 Mon Sep 17 00:00:00 2001 From: Mike Neilson Date: Mon, 9 Sep 2024 17:06:09 +0000 Subject: [PATCH] reset image marker. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9f79c180..853ff6e29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,5 +47,5 @@ ENV cwms.dataapi.access.openid.timeout "604800" ENV cwms.dataapi.access.openid.altAuthUrl "https://identityc-test.cwbi.us/auth/realms/cwbi" # used to simplify redeploy in certain contexts. Update to match - in image label -ENV IMAGE_MARKER="b" +ENV IMAGE_MARKER="a" EXPOSE 7000