1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
This commit is contained in:
kev 2014-12-29 22:30:37 +08:00
parent 61060c8ab4
commit cefaaab504
3 changed files with 3 additions and 3 deletions

@ -7,8 +7,8 @@ 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/
RUN apt-get update && apt-get install -y supervisor haproxy libfontconfig1 libfreetype6 nginx
RUN mkdir -p /data/ /webkit/includes/ /var/lib/monit/events/
ADD ./*.js /webkit/
ADD ./includes/ /webkit/includes/

BIN
webkit/bin/monit Executable file

Binary file not shown.

@ -1,2 +1,2 @@
[program:monit]
command = /usr/bin/monit -I -c /etc/monit/monitrc
command = /usr/local/bin/monit -I -c /etc/monit/monitrc