2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-28 16:06:34 +01: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

View File

@@ -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/