From ed7ac3ade7a87696ba7843557d1938efabe707ba Mon Sep 17 00:00:00 2001 From: Andrew Gauld Date: Tue, 7 Apr 2020 19:13:14 +0000 Subject: Create /maven/data dir owned by dcaegen:dcaegen Change-Id: If29c7a128fd3cc2b17f07109734179249cd5064f Issue-ID: DCAEGEN2-2194 Signed-off-by: Andrew Gauld --- mod/runtimeapi/runtime-web/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 4cc5a66..c19c29e 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -25,7 +25,7 @@ limitations under the License. 1.0.1 runtime-web - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT jar runtime-web MOD Runtime Web Module @@ -119,7 +119,7 @@ limitations under the License. artifact - addgroup -g 1000 dcaemod && adduser -s /bin/bash -u 1000 -G dcaemod -D dcaemod + addgroup -g 1000 dcaemod && adduser -s /bin/bash -u 1000 -G dcaemod -D dcaemod && mkdir -p /maven/data && chown -R dcaemod:dcaemod /maven/data /maven -- cgit 1.2.3-korg