How do I have npm run build of a React app include my environment variables? – Nginx
I am trying to deploy my app for the public to see but I am stuck with this step. To preface, I containerized my React app using docker and I pass in my variables through the --env-file option for docker…