Closed am-nimrah closed 10 months ago
I'm assuming you're talking about the Dockerfile for Phoenix apps, as that's where we aare using WORKDIR /build
in the first stage.
But this is used later when copying the compiled app in the final stage:
Please clarify if I misunderstood.
In the first stage of the Dockerfile, the WORKDIR /build is set but not used later in the commands. Consider evaluating whether it is necessary or if it can be omitted to enhance clarity.