Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkarthik authored Sep 9, 2023
1 parent a085aa1 commit 159f8e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mock-identity-system/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ ARG hsm_client_zip_path
ENV active_profile_env=${active_profile}

# environment variable to pass github branch to pickup configuration from, at docker runtime
ENV spring_config_label_env=${spring_config_label}
#ENV spring_config_label_env=mock-identity-system/src/main/resources/bootstrap.properties
#ENV spring_config_label_env=${spring_config_label}
ENV spring_config_label_env=mock-identity-system/src/main/resources/bootstrap.properties

# environment variable to pass spring configuration url, at docker runtime
ENV spring_config_url_env=${spring_config_url}
#ENV spring_config_url_env=mock-identity-system/src/main/resources/bootstrap.properties
#ENV spring_config_url_env=${spring_config_url}
ENV spring_config_url_env=mock-identity-system/src/main/resources/bootstrap.properties

# environment variable to pass glowroot, at docker runtime
ENV is_glowroot_env=${is_glowroot}
Expand Down

0 comments on commit 159f8e2

Please sign in to comment.