Merge 2ac177b954
into 4f3d690cd3
This commit is contained in:
commit
f6712e8c5f
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ RUN apt-get update
|
|||
RUN apt-get install -y nginx
|
||||
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
|
||||
WORKDIR /app
|
||||
ADD . /app
|
||||
|
|
Loading…
Reference in a new issue