For production, I have a Dockerfile which serves a React app using Nginx:
Dockerfile
# Stage 1 FROM node:15.6.0-alpine3.10 as react-build WORKDIR /app/client/