1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

cleanup for webkit

This commit is contained in:
kev 2014-12-29 19:46:46 +08:00
parent 45a7f4f2e0
commit bd927b1919
2 changed files with 4 additions and 0 deletions

@ -5,6 +5,8 @@
FROM ubuntu:14.04
MAINTAINER kev
RUN echo "Asia/Shanghai" > /etc/timezone
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN apt-get update && apt-get install -y supervisor haproxy libfontconfig1 libfreetype6 monit nginx
RUN mkdir -p /data/ /webkit/includes/

@ -0,0 +1,2 @@
check program cleanup with path "find /data -type f -cmin +60 -delete"
every 5 cycles