|
@@ -1,13 +0,0 @@
|
|
-FROM hub.evbj.easou.com/pro/nginx-material:r13
|
|
|
|
-
|
|
|
|
-COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
|
|
-RUN chmod +x /usr/bin/entrypoint.sh
|
|
|
|
-COPY root /var/spool/cron/root
|
|
|
|
-COPY rsync.sh /cron/root/rsync.sh
|
|
|
|
-ADD nginx.conf /etc/nginx/nginx.conf
|
|
|
|
-COPY nginx.ini /etc/supervisord.d/nginx.ini
|
|
|
|
-COPY rsync.qd /etc/rsync.qd
|
|
|
|
-
|
|
|
|
-#start resin
|
|
|
|
-ENTRYPOINT ["entrypoint.sh"]
|
|
|
|
-CMD ["supervisord"]
|
|
|