about summary refs log tree commit diff
path: root/compose/nginx/Dockerfile
blob: 93878d2c0d71defefce9e7948dce5934a3f1444c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 main /usr/share/nginx/html
COPY darling /usr/share/nginx/html/darling
COPY conf.d /etc/nginx/conf.d
COPY nginx.conf /etc/nginx/