Use enviroment variables in dockerized react app – Nginx
The goal I am trying to achieve is to build a docker image (with a react app within) that is using environment variables from the host. Planned workflow: Build the docker image locally Upload the docker image Call command docker-compose…