FROM nginx:alpine

COPY ./nginx-site.conf /etc/nginx/conf.d/default.conf

