Ver Fonte

[CI SKIP]

robert há 3 anos atrás
pai
commit
664138899c
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      Dockerfile

+ 0 - 3
Dockerfile

@@ -28,9 +28,6 @@ COPY root /var/spool/cron/root
 COPY log_clear.sh /cron/root/log_clear.sh
 COPY resin.ini /etc/supervisord.d/resin.ini
 
-RUN export RELEASE=`head -n 1 /etc/release` \
-    && rsync -avz $RELEASE/ROOT.war /tmp/ROOT.war \
-    && chmod +x /usr/bin/entrypoint.sh
 
 #start resin
 ENTRYPOINT ["entrypoint.sh"]