FROM nginx:1.15.10-alpine

RUN mkdir -p /data/nginx/cache
COPY nginx.conf /etc/nginx/nginx.conf