Allow setting external dockerfile for policy-gui 47/130647/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Thu, 1 Sep 2022 17:43:32 +0000 (18:43 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Thu, 1 Sep 2022 17:43:32 +0000 (18:43 +0100)
commit94e79d210d6321d3ff5d29806b8281e07b098da7
tree7d82d056749b0f2c001cdba25a496eebeeb943bb
parent2bbd756d3fcc9a1856b14cc2b33ba3201305a884
Allow setting external dockerfile for policy-gui

If building with an external dockerfile, e.g. using
 mvn clean install -Pdocker -DdockerFile=/path/to/dockerfile
docker will look for project files in the same directory as the
new dockerfile. A new property is added for setting the context
path, to allow using existing project files in src/main/docker.

Issue-ID: POLICY-4334
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Iff458271c45ff634504f44ea05f2ec7dfdf15f9e
packages/policy-gui-docker/pom.xml