FROM nginx:alpine

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

RUN rm /etc/nginx/conf.d/default.conf

EXPOSE 80
