about summary refs log tree commit diff
path: root/compose/nginx/Dockerfile
blob: 29edad0ae3a08e306bbe5fc7b2a01826bdedfb88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
FROM nginx:alpine
RUN rm -rf /etc/nginx/fastcgi.conf \
       /etc/nginx/fastcgi_params \
       /etc/nginx/scgi_params \
       /etc/nginx/uwsgi_params \
       /etc/nginx/koi-utf \
       /etc/nginx/koi-win \
       /etc/nginx/win-utf \
       /etc/nginx/conf.d
COPY static-html /usr/share/nginx/html
COPY conf.d /etc/nginx/conf.d
COPY nginx.conf /etc/nginx/