Mini talk - Access Environment Variables in a Dockerfile to Build a Front-End Container

InstructorJoel Lord

Share this video with your friends

Send Tweet

Introduction for the lesson on using environment variables in a front-end container

Denis
~ 3 years ago

Hi, Joel! Thank you, for your course. I have note for this lesson. I think actually you can use environment variables inside front-end on building stage, when webpack builds production mode(because webpack running on nodejs and it can put environment variables inside production code. As it do this with variables from .env file - https://cli.vuejs.org/guide/mode-and-env.html)