|
@@ -16,6 +16,7 @@ RUN chmod +x /usr/bin/entrypoint.sh \
|
|
|
&& mv /tmp/root /var/spool/cron/root \
|
|
|
&& chmod 600 /var/spool/cron/root \
|
|
|
&& source /etc/profile \
|
|
|
+ && chown -R root.root /opt/tomcat-7.0.105 \
|
|
|
&& sed -i 's/nodaemon=false/nodaemon=true/g' /etc/supervisord.conf
|
|
|
|
|
|
COPY log_clear.sh /cron/root/log_clear.sh
|