Parcourir la source

更新 'Dockerfile'

robert il y a 5 ans
Parent
commit
7bb69a0494
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -8,8 +8,6 @@ RUN export RELEASE=`head -n 1 /etc/release` \
 	&& rsync -vzrtopg --progress $RELEASE/ROOT_com.war /app/soft/resin-pro-3.1.6/webapps/ROOT.war --password-file=/etc/rsyncd.wapage
 
 
-
-
 #start resin
 ENTRYPOINT ["entrypoint.sh"]
 CMD ["/usr/bin/supervisord","-c", "/etc/supervisor/supervisord.conf"]