about summary refs log tree commit diff
path: root/compose/nginx/Dockerfile
blob: ea6be25bcbbab1ab8b4f3e5a127ff46e769eb114 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
FROM nginx:alpine
RUN rm /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
COPY static-html /usr/share/nginx/html
COPY conf.d /etc/nginx/conf.d
COPY nginx.conf /etc/nginx/
COPY blockIps.conf /etc/nginx/