This commit is contained in:
Paim pozhil 2014-06-05 23:54:20 +00:00
commit f6712e8c5f

View file

@ -10,6 +10,8 @@ RUN apt-get update
RUN apt-get install -y nginx RUN apt-get install -y nginx
RUN echo "daemon off;" >> /etc/nginx/nginx.conf RUN echo "daemon off;" >> /etc/nginx/nginx.conf
RUN sed -i 's/# server_names_hash_bucket/server_names_hash_bucket/g' /etc/nginx/nginx.conf
RUN mkdir /app RUN mkdir /app
WORKDIR /app WORKDIR /app
ADD . /app ADD . /app