stone 3 роки тому
батько
коміт
909b8dfa6e
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -3,7 +3,8 @@ MAINTAINER scofield[scofield_shi@easou.cn]
 
 ENV TZ=Asia/Shanghai
 RUN wget -P /app/resin-pro-3.1.6/webapps http://10.26.22.185:9000/psop/soft/ads.war \
-	&& rm -f /app/resin-pro-3.1.6/conf/resin.conf /etc/supervisord.conf
+	&& rm -f /app/resin-pro-3.1.6/conf/resin.conf  \
+	&& rm -f /etc/supervisord.conf
 COPY entrypoint.sh /usr/bin/entrypoint.sh
 COPY release /etc/release 
 COPY supervisord.conf /etc/supervisord.conf