Browse Source

更新 'Dockerfile'

stone 3 years ago
parent
commit
950efed266
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

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