I'm trying to use the new elixir (dagger_ex that uses the graphql) sdk to toy with dagger.
The 'getting started' examples I'm able to translate, but the phoenix generated Dockerfile (https://hexdocs.pm/phoenix/releases.html#containers) is a little more complicated.
I'm especially struggling with the COPY constructs and understanding (from the graphql documentation) what kind of parameters they take.
Would anyone have some examples (preferably in JS/TS) that are a little more complicated that might give me some pointers how to continue?