Skip to content

Commit

Permalink
Fix permissions of injected configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tarelli committed Feb 18, 2018
1 parent cabbfca commit 4feef21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/docker/geppetto/Dockerfile
Expand Up @@ -40,6 +40,7 @@ RUN mkdir -p /home/developer/virgo
RUN curl -L 'http://www.eclipse.org/downloads/download.php?file=/virgo/release/VP/3.6.4.RELEASE/virgo-tomcat-server-3.6.4.RELEASE.zip&mirror_id=580&r=1' | bsdtar --strip-components 1 -C /home/developer/virgo -xzf -
RUN chmod u+x /home/developer/virgo/bin/*.sh
ADD dmk.sh /home/developer/virgo/bin/
RUN chmod -R 777 /home/developer/virgo/bin/dmk.sh
ENV SERVER_HOME /home/developer/virgo
#VOLUME /home/developer/virgo
#END VIRGO INSTALL
Expand Down

0 comments on commit 4feef21

Please sign in to comment.