FROM nginx
COPY dist /usr/share/nginx/html
COPY release/demo-container/nginx.conf /etc/nginx/nginx.conf
