DEV Community

Discussion on: Guide: Rails Development with Docker

Collapse
 
joshillian profile image
Josh Illian • Edited

This is great! I've been tinkering with a docker setup for development for a while now. Even have a few that I have implemented. None of them are elegant as this. In particular, I've been struggling with some of the issues you tackled in your entrypoint.sh. This is a keeper.

Two notes:
1) the location of the three files (Dockerfile, docker-compose.yml, and entrypoint.sh) are inconsistent as specified in the blog post and referenced in the docker-compose.yml file.

2) a reference to the completed files (Dockerfile, docker-compose.yml, and entrypoint.sh) would be helpful so I'm including a gist to that effect: gist.github.com/joshillian/d601a2e...

Collapse
 
natevick profile image
Nate Vick

Thanks, Josh!

I had those notes while on vacation and haven’t fixed the post. Thanks for the reminder. 😁