aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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