aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGokul Singaraju <gs244f@att.com>2018-06-05 14:13:59 -0400
committerGokul Singaraju <gs244f@att.com>2018-06-05 14:17:40 -0400
commit18874aca0fccca66204126388ba029b0de3684e5 (patch)
treedf5c6e186198993d4963d00a52430a80870e2259
parent678e65fa7938114bf7d66f212b16cef8633db214 (diff)
Fix permissions for cbs file2.0.0-ONAPbeijing2.0.0-ONAP
Issue-ID: DCAEGEN2-279 Change-Id: I3f78eb87cc4c6fba304fb8d2ff91d3f187b4f777 Signed-off-by: Gokul Singaraju <gs244f@att.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b489714..6c8e67c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,7 +34,7 @@ RUN mkdir -p ${APPDIR}/data \
&& chmod a+w ${APPDIR}/data \
&& chmod a+w ${APPDIR}/logs \
&& chmod a+w ${APPDIR}/tmp \
- && chmod 500 ${APPDIR}/etc \
+ && chmod a+w ${APPDIR}/etc \
&& chmod 500 ${APPDIR}/bin/*.py \
&& chmod 500 ${APPDIR}/bin/*.sh \
&& chmod 500 ${APPDIR}/bin/*/*.py