Selaa lähdekoodia

更新 'Dockerfile'

scofield 5 vuotta sitten
vanhempi
commit
18f574c258
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -2,8 +2,7 @@ FROM hub.evbj.easou.com/qa/book-touchrs-base:v1.0.0
 
 COPY release /etc/release  
 
-RUN rm -rf /data/project \
-    && export RELEASE=`head -n 1 /etc/release` \
+RUN export RELEASE=`head -n 1 /etc/release` \
     && rsync -avz $RELEASE/ROOT.war /tmp/ROOT.war
 
 #start resin