smart-on-fhir / hapi

HAPI FHIR Server With Sample Patients
Other
45 stars 21 forks source link

make CLI_OPTS runtime overridable #2

Open krishofmans opened 4 years ago

krishofmans commented 4 years ago

Hi,

When attempting to increase the memory on a k8s deployed sandbox we noticed that there was no quick & easy way to increase the memory without a workaround or rebuilding the dockerfile. Having the ARG as a build time option didn't really help.

We've kept the build backwards compatible while providing a ENV_VAR that can be overridden to change the params at runtime.

Kind regards, Kris