I have stood up a very basic vanilla phoenix app in hopes to better learn about how I can deploy clusters,
https://github.com/joshchernoff/cluster_example
When reviewing the docs I found this example Dockerfile. Deploying with Releases — Phoenix v1.7.14
I copied said Dockerfile
https://github.com/joshchernoff/cluster_example/blob/main/Dockerfile
But I found that the copy command does not copy any files but also does not fail.
As we can see the command runs and does not error.
But when running ls
the dir for /app/ we see there is no bin folder in the app dir.
Heres my docker info
On OSX 11.2.1