aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 30b4d22ce0335d53ad844b02f30cba7070bef40f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.