Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 158 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 158 Bytes

Dockerized react app with runtime environment variables

To start run

nx docker react-app
docker run --rm -p 8080:80 -e NX_ENV_VARIABLE=foo react-app