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