|
|
|
|
|
by hooby
765 days ago
|
|
So, each stage/each FROM has it's own scope basically. If you define an ARG in the global scope, you have to import it to the local scope before using it. Not terribly unusual, but I wasn't aware of it - so yeah, wouldn't hurt if the docs for ARG mentioned it. Maybe submitting a PR for an addition to the docs would help more people than writing a blog post about it? |
|