# 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, . 2019.