env variables passed to dockerfile
when are variables passed to the app?
4 Replies
Project ID:
8e652870-a4fa-44dd-afa9-ae90fed772c9
8e652870-a4fa-44dd-afa9-ae90fed772c9
Solution
id like to note that you only need to use ARG to make a variable available at build time, otherwise all service variables are available as environment variables at run time automatically