|
@@ -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
|