FROM nginx:mainline-alpine as nginx COPY ./build/nginx/site.conf /etc/nginx/conf.d/default.conf COPY ./out /website/