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?
Activity
mainawycliffe commentedon Sep 26, 2019
can you share your
angular.json
config andcustom-webpack.config.js
file, pleasemehmetmuejde commentedon Sep 28, 2019
My environment variables are not defined at runtime.
mbagiella commentedon Feb 20, 2022
I have the same issue.
ReferenceError: $ENV is not defined