|
@@ -19,11 +19,9 @@ RUN yum install -y epel-release wget rsync lsof crontabs vim psmisc nginx\
|
|
|
&& rm -f jdk1.8.0_271.tar.gz \
|
|
|
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone \
|
|
|
&& chmod +x /usr/bin/entrypoint.sh
|
|
|
-RUN chmod -R go+rwx /var/lib/nginx
|
|
|
COPY root /var/spool/cron/root
|
|
|
COPY rsync.sh /cron/root/rsync.sh
|
|
|
ADD nginx.conf /etc/nginx/nginx.conf
|
|
|
-RUN echo "daemon off;" >> /etc/nginx/nginx.conf
|
|
|
COPY nginx.ini /etc/supervisord.d/nginx.ini
|
|
|
COPY rsync.qd /etc/rsync.qd
|
|
|
|