Env vars available to docker build

Hello,

I need following env vars to be available for docker build.
REACT_APP_TDAMERITRADETESTKEY
REACT_APP_POLYGON_API_KEY

Project id: 16307
Project name: Mayhem

@dmitrii.k I have sent a DM with values for this variables.

Thank you!

Hi @radac, thanks for posting your question!

If you need them during build time, you should define them in heroku.yml inside your repository. Here’s a link to the relevant section on Heroku docs - https://devcenter.heroku.com/articles/build-docker-images-heroku-yml#setting-build-time-environment-variables

Let me know if that solves your problem!