From 18874aca0fccca66204126388ba029b0de3684e5 Mon Sep 17 00:00:00 2001 From: Gokul Singaraju Date: Tue, 5 Jun 2018 14:13:59 -0400 Subject: Fix permissions for cbs file Issue-ID: DCAEGEN2-279 Change-Id: I3f78eb87cc4c6fba304fb8d2ff91d3f187b4f777 Signed-off-by: Gokul Singaraju --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit 1.2.3-korg