Docker Comes to Ruby on Rails: Add Default Dockerfiles

Add Docker files by default to new apps: Dockerfile, .dockerignore, bin/docker-entrypoint. These files can be skipped with –skip-docker. They’re intended as a starting point for a production deplo… Read more

Similar