using-angular-docker-environment-variables
using-angular-docker-environment-variables copied to clipboard
Value of environment variables
When I run the command:
docker run --name angdock --env ENVIRONMENT = production --env SomeAPIKey = "31356464" --env SomeOtherAPIKey = "sdfsafa" -d -P angular-docker-environment-variables
the variables are not updated in the angular, did I do something wrong?
can you share your angular.json
config and custom-webpack.config.js
file, please
My environment variables are not defined at runtime.
I have the same issue.
ReferenceError: $ENV is not defined