Browse Source

更新 'Dockerfile'

stone 3 năm trước cách đây
mục cha
commit
297ec92fa6
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"]