Skip to content

coding-latte/using-angular-docker-environment-variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ae42ef · Mar 12, 2019

History

16 Commits
Jan 11, 2019
Jan 10, 2019
Jan 12, 2019
Jan 10, 2019
Jan 10, 2019
Mar 12, 2019
Jan 11, 2019
Jan 11, 2019
Jan 11, 2019
Jan 10, 2019
Jan 11, 2019
Jan 10, 2019
Jan 10, 2019
Jan 11, 2019

Repository files navigation

Using OS Environment Variables in Angular (with Docker)

This is demo, to show you how you can pass configuration through OS Environment Variables to your angular application during build.

To run this demo,

  1. First, clone this repo: git clone https://github.com/coding-latte/using-angular-docker-environment-variables.git

  2. And then, build the docker image: docker build --rm -f "dockerfile" -t angular-docker-environment-variables:latest .

  3. And finally run the image you just built: docker build --rm -f "dockerfile" -t angular-docker-environment-variables:latest .

You can learn more about this here

About

Using OS Environment Variables in Angular (with Docker)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published