DEV Community

Discussion on: Deploy Rails in Amazon ECS: Part 4 - Create an ECS Cluster

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

Hi Thom, thank you reading the article and following along the steps.

Based on your stack trace, I think your config/docker_puma.rb may be missing.

  • Can you check your config file if your docker_puma.rb file is there?
  • You can send me your Dockerfile so we can double check if the docker_puma.rb file was referenced properly

Cheers, let me know if this helps

Collapse
 
thomschlereth profile image
Thom Schlereth

How embarrassing, spent hours to realize it's docker_puma.rb not docker-puma.rb. Apparently I've been away from ruby for too long. Thanks for the help.

Thread Thread
 
raphael_jambalos profile image
Raphael Jambalos

Hi Thom, no worries! I usually have that problem too