Frontend application with injected environment variables
How to use
docker build -t demo .
docker run -e FRONTEND_EXAMPLE_ENV=foobar -p 8080:80 demo
Visit http://localhost:8080 to see the result.
Author
Jan Tuomi, jans.tuomi@gmail.com. 2019.
![]() |
index : medium-frontend-env-demo.git | |
| Frontend demo with Nginx + environment variables | Git Server |
| aboutsummaryrefslogtreecommitdiffstats |
docker build -t demo .
docker run -e FRONTEND_EXAMPLE_ENV=foobar -p 8080:80 demo
Visit http://localhost:8080 to see the result.
Jan Tuomi, jans.tuomi@gmail.com. 2019.