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