Browse Source

更新 'Dockerfile'

stone 5 years ago
parent
commit
2266b97704
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -10,6 +10,7 @@ COPY release /etc/release
 RUN yum install -y rsync \
 	&& yum install -y wget rsync epel-release \
 	&& yum install -y supervisor \
+	&& chmod +x /usr/bin/entrypoint.sh \
 	&& export RELEASE=`head -n 1 /etc/release` \
 	&& rsync -vzrtopg --progress $RELEASE/wapage2web_baidu.war /app/soft/resin-pro-3.1.16/webapps/ROOT.war --password-file=/etc/rsyncd.wapage
 COPY supervisord.conf /etc/supervisord.conf