Explorar o código

更新 'Dockerfile'

stone %!s(int64=3) %!d(string=hai) anos
pai
achega
297ec92fa6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -10,6 +10,8 @@ RUN rm -rf /data/project/*  \
 ADD http://10.26.22.185:9000/psop/soft/ads.war /data/project/ads.war
 COPY supervisord.conf /etc/supervisord.conf
 COPY resin.conf /app/resin-pro-3.1.6/conf/resin.conf
+COPY entrypoint.sh /usr/bin/entrypoint.sh
+RUN chmod +x /usr/bin/entrypoint.sh
 
 #start resin
 CMD ["supervisord"]