فهرست منبع

更新 'Dockerfile'

robert 3 سال پیش
والد
کامیت
dc466e0197
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -20,7 +20,7 @@ RUN yum install -y wget rsync epel-release \
     && rm -f jdk-8u101-linux-x64.tar.gz resin-4.0.65-relase.tar.gz \
     && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 
-COPY resin.xml /app/soft/resin-4.0.65/conf/resin.xml
+#COPY resin.xml /app/soft/resin-4.0.65/conf/resin.xml
 COPY resin.properties /app/soft/resin-4.0.65/conf/resin.properties
 COPY entrypoint.sh /usr/bin/entrypoint.sh
 COPY release /etc/release