about summary refs log tree commit diff
path: root/compose/nginx/Dockerfile
blob: fcca1df224d0ca23322ad200fe85df17bb940d1b (plain) (blame)
1
2
3
4
FROM nginx:1.15.8-alpine
COPY static-html /usr/share/nginx/html
COPY conf.d /etc/nginx/conf.d
COPY nginx.conf /etc/nginx/nginx.conf