create-react-app-docker-environment-variables
create-react-app-docker-environment-variables copied to clipboard
Example of how to build a cra docker image with environment variables support
Results
1
create-react-app-docker-environment-variables issues
Sort by
recently updated
recently updated
newest added
Hi @axelhzf Your approach is great for 12 factors. 👍 However, if I use window.env in a component instead of printing on the page, it doesn't work. ```html {JSON.stringify(window.ENV, null,...