Selaa lähdekoodia

更新 'Dockerfile'

stone 3 vuotta sitten
vanhempi
commit
fc85765c56
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ 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 -rf /data/project/*  \
 	&& rm -f /app/resin-pro-3.1.6/conf/resin.conf  \
-	&& rm -rf /app/wapage
+	&& rm -rf /app/wapage \
 	&& rm -f /etc/supervisord.conf
 COPY entrypoint.sh /usr/bin/entrypoint.sh
 COPY release /etc/release