From 52930243399fe12ceb48ae8907d1f6efa21e60ce Mon Sep 17 00:00:00 2001 From: "mukesh.paliwal1@huawei.com" Date: Mon, 14 Sep 2020 11:09:41 +0530 Subject: [PATCH] Docker image is not creating due to permission denied Issue-ID: DCAEGEN2-2283 Signed-off-by: mukesh.paliwal1@huawei.com Change-Id: If060795b5d1c4247497acc378cb77185acd0a4a4 --- UniversalVesAdapter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml index 9af4296..927df71 100644 --- a/UniversalVesAdapter/pom.xml +++ b/UniversalVesAdapter/pom.xml @@ -335,7 +335,7 @@ - chmod +x bin/run.sh + chmod a+x bin/run.sh -- 2.16.6