##// END OF EJS Templates
.gitignore update with new rules
.gitignore update with new rules

File last commit:

r3:645270a3
r22:5e059bf7
Show More
rhodecode_nginx.dockerfile
13 lines | 377 B | text/plain | DockerLexer
/ service / nginx / rhodecode_nginx.dockerfile
ARG NGINX_BUILD
FROM library/nginx:$NGINX_BUILD
ENV NGINX_ENTRYPOINT_QUIET_LOGS=1
RUN mkdir -p /etc/nginx/sites-enabled/
RUN mkdir -p /var/log/rhodecode/nginx
COPY service/nginx/nginx.conf /etc/nginx/nginx.conf
COPY service/nginx/http.conf /etc/nginx/sites-enabled/http.conf
COPY service/nginx/proxy.conf /etc/nginx/proxy.conf
VOLUME /var/log/rhodecode
#TODO enable amplify