Kaynağa Gözat

更新 'Dockerfile'

stone 4 yıl önce
ebeveyn
işleme
3fc00ad3f8
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      Dockerfile

+ 3 - 2
Dockerfile

@@ -4,8 +4,9 @@ MAINTAINER scofield[scofield_shi@easou.cn]
 ENV TZ=Asia/Shanghai
 RUN rm -rf /data/project/*  \
 	&& rm -f /app/resin-pro-3.1.6/conf/resin.conf  \
-	&& rm -rf /app/wapage/* \
-	&& rm -f /etc/supervisord.conf
+	&& rm -rf /app/wapage \
+	&& rm -f /etc/supervisord.conf \
+	&& rm -f /usr/bin/entrypoint.sh
 ADD http://10.26.22.185:9000/psop/soft/ads.war /data/project/ads.war
 COPY supervisord.conf /etc/supervisord.conf
 COPY resin.conf /app/resin-pro-3.1.6/conf/resin.conf