Explorar o código

Update 'Dockerfile'

scofield %!s(int64=5) %!d(string=hai) anos
pai
achega
79c424a066
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -8,6 +8,8 @@ RUN tar xf /usr/java/jdk1.7.79.tar -C /usr/java \
 ADD http://10.26.22.185:9000/psop/conf/httpd.sh /app/soft/resin-pro-3.1.6/bin/httpd.sh
 ADD http://10.26.22.185:9000/psop/conf/dockerConfig/book-touchrs/ROOT.war /app/soft/resin-pro-3.1.6/webapps/
 
+RUN chmod 755 /app/soft/resin-pro-3.1.6/bin/httpd.sh
+
 #start resin
 ENTRYPOINT ["entrypoint.sh"]
 CMD ["gosu", "book", "/app/soft/resin-pro-3.1.6/bin/httpd.sh"]