FROM nginx:alpine
COPY templates /etc/nginx/templates
COPY media.conf /etc/nginx/media.conf
EXPOSE 80
