Allow setting external dockerfile for simulator 56/130656/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Fri, 2 Sep 2022 08:35:48 +0000 (09:35 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Fri, 2 Sep 2022 08:36:54 +0000 (09:36 +0100)
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: I25a192d01583f1085055db08477e9be884512091


No differences found