From 5494c12c2310e348da7bf421aaab50dc82e4d916 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 6 May 2023 11:24:38 -0700 Subject: [PATCH] add generator template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b15123b..ea33f71 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ Build, Ship, and Run Your Applications Everywhere](https://pragprog.com/titles/r Dockerizing Ruby and Rails development](https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development) * [Rails generator to produce Dockerfiles and related files](https://github.com/rubys/dockerfile-rails) * [docker init](https://docs.docker.com/engine/reference/commandline/init/) +* [Rails 7.1 Dockerfile Generator Template](https://github.com/rails/rails/blob/main/railties/lib/rails/generators/rails/app/templates/Dockerfile.tt) ### Rails 7 with importmaps