FROM nginx
COPY ./dist /usr/share/nginx/html
COPY ./conf.d/default.conf /etc/nginx/conf.d/
EXPOSE 80/tcp