Merge "BBS Apex Policy vendor --> manufacturer and other"
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Thu, 6 Jun 2019 18:55:40 +0000 (18:55 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 6 Jun 2019 18:55:40 +0000 (18:55 +0000)
packages/apex-pdp-docker/src/main/docker/Dockerfile

index 4801887..d8ad557 100644 (file)
@@ -35,7 +35,7 @@ RUN tar xvfz /packages/apex-pdp-package-full.tar.gz --directory ${POLICY_HOME} \
 # Ensure everything has the correct permissions
 RUN find /opt/app -type d -perm 755 \
     && find /opt/app -type f -perm 644 \
-    && chmod a+x ${POLICY_HOME}/bin/*
+    && chmod 755 ${POLICY_HOME}/bin/*
 
 # Copy examples to Apex user area
 RUN cp -pr ${POLICY_HOME}/examples /home/apexuser \