FROM nginx:alpine COPY build/ /usr/share/nginx/html/ COPY nginx/nginx.conf /etc/nginx/nginx.conf RUN nginx -t EXPOSE 80