|
@@ -27,6 +27,7 @@ RUN rm -f /etc/yum.repos.d/CentOS-* ; yum makecache \
|
|
&& sh /root/install_supervisor.sh \
|
|
&& sh /root/install_supervisor.sh \
|
|
&& chmod +x /usr/bin/entrypoint.sh
|
|
&& chmod +x /usr/bin/entrypoint.sh
|
|
|
|
|
|
|
|
+COPY nginxlog_cut.sh /cron/root/nginxlog_cut.sh
|
|
COPY root /var/spool/cron/root
|
|
COPY root /var/spool/cron/root
|
|
COPY nginx.ini /etc/supervisord.d/nginx.ini
|
|
COPY nginx.ini /etc/supervisord.d/nginx.ini
|
|
|
|
|