Sfoglia il codice sorgente

更新 'Dockerfile'

stone 5 anni fa
parent
commit
6489bb2fa5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -14,7 +14,7 @@ RUN yum install -y wget rsync epel-release \
 	&& tar -zxf jdk1.6.0_21.tar.gz -C /usr/local/java/ \ 
 	&& tar -zxf misc.tar.gz -C /app/ \
 	&& rm -f web.tar.gz jdk1.6.0_21.tar.gz \
-	&& rm -f /app/resin-pro-3.1.6//conf/resin.conf
+	&& rm -f /app/resin-pro-3.1.6/conf/resin.conf
 
 COPY entrypoint.sh /usr/bin/entrypoint.sh
 COPY release /etc/release