From cfbfb43a5e06aac134002900a8630715dec1b9cb Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 19 Dec 2019 13:53:21 +0200 Subject: Initial commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..30b4d22 --- /dev/null +++ b/README.md @@ -0,0 +1,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, . 2019. -- cgit v1.3