I have a React app which I build and dockerize to be hosted on a nginx server.
FROM nginx:latest COPY build /usr/share/nginx/html
I then crea