FROM nginx:latest COPY devops/nginx.conf /etc/nginx/ COPY build/web /usr/share/nginx/html EXPOSE 8080 CMD ["nginx", "-g", "daemon off;"]