commit | 07ba043caa37f61258722e58ffb098470d74b3d6 | [log] [tgz] |
---|---|---|
author | danielhanrahan <daniel.hanrahan@est.tech> | Tue Aug 30 07:31:13 2022 +0100 |
committer | Daniel Hanrahan <daniel.hanrahan@est.tech> | Tue Aug 30 15:36:44 2022 +0000 |
tree | e4bcfb18774be36ad19ac297258fca868e233513 | |
parent | 579204990a84fbd5593b2ce61ad3c2a5560ed894 [diff] |
Allow setting external dockerfile for policy-api 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: Iebfa6f3bcfeccf70675231acd4b6d7f629f56223
Copyright 2017-2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy API code.
To build it using Maven 3, run: mvn clean install