Allow setting external dockerfile for drools-pdp 78/130678/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Fri, 2 Sep 2022 13:20:40 +0000 (14:20 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Fri, 2 Sep 2022 13:20:40 +0000 (14:20 +0100)
commitef321be0c72eeffacb17fb940d153a141372e3d4
treec9ab1f359efd60840245aaf2471f5d1577ea7391
parent6ce5813eadf6c273455fa6f3417da9359571d0d4
Allow setting external dockerfile for drools-pdp

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: Ifc93fe3d748d21409f3532aec73430edea665ee3
packages/docker/pom.xml