FROM nginx
COPY build/ /usr/share/nginx/html
COPY docker/frontend/nginx/conf.d /etc/nginx/conf.d
