FROM nginx:stable-alpine COPY build/client /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]