From 88cb09ef30f8f861a985f03e983705c59c6941c3 Mon Sep 17 00:00:00 2001 From: Zhuying RUMIANO Date: Thu, 12 Oct 2017 17:15:58 +0200 Subject: [PATCH] Fix permissions for openshift --- icescrum/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icescrum/Dockerfile b/icescrum/Dockerfile index 385178e..4b15207 100644 --- a/icescrum/Dockerfile +++ b/icescrum/Dockerfile @@ -9,6 +9,8 @@ RUN chmod 755 /icescrum/startup.sh RUN wget -O /icescrum/icescrum.jar https://www.icescrum.com/downloads/v7/icescrum.jar +RUN chmod 775 /icescrum && chmod 775 /root + WORKDIR /icescrum -CMD ./startup.sh \ No newline at end of file +CMD ./startup.sh