mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-31 10:07:24 +01:00
update webkit
This commit is contained in:
@@ -6,14 +6,14 @@ FROM ubuntu:14.04
|
||||
MAINTAINER kev
|
||||
|
||||
RUN apt-get update && apt-get install -y supervisor haproxy libfontconfig1 libfreetype6
|
||||
RUN mkdir -p /usr/local/lib/webkit/ /etc/supervisor/conf.d/ /etc/monit/
|
||||
RUN mkdir -p /usr/local/lib/webkit/ /etc/supervisor/conf.d/ /etc/monit/ /var/lib/monit/events/
|
||||
|
||||
ADD ./*.js ./includes /usr/local/lib/webkit/
|
||||
ADD ./bin/* /usr/local/bin/
|
||||
ADD ./haproxy.cfg /etc/haproxy/
|
||||
ADD ./supervisor/supervisord.conf /etc/supervisor/
|
||||
ADD ./supervisor/conf.d/* /etc/supervisor/conf.d/
|
||||
ADD ./monit/* /etc/monit/
|
||||
ADD ./monit/ /etc/monit/
|
||||
|
||||
EXPOSE 1024 2812 9001
|
||||
|
||||
|
||||
Reference in New Issue
Block a user