Unable to find image #688
-
I have been using Kamal with Rails apps and love it. Recently one of my apps failed to build "container unhealthy" I ran
I have been searching for a solution for days and would love some guidance if anyone has had a similar issue. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
@etmartinkazoo Is the |
Beta Was this translation helpful? Give feedback.
-
No, it seems to be a local docker issue. My other Kamal projects are working so I am truly perplexed. |
Beta Was this translation helpful? Give feedback.
You have config/master.key and config/credentials.yml.enc in your running container? I'd try removing the
db:prepare
line and just do akamal app exec -i "/bin/bash"
and poke around in there to confirm the credentials are in there and the correct ones.