Browse Source

更新 'Dockerfile'

stone 5 năm trước cách đây
mục cha
commit
352979a95a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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