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