@@ -122,7 +122,7 @@ public void processOpts() {
122122 additionalProperties .put ("isDBSQLite" , Boolean .TRUE );
123123 }
124124
125- supportingFiles .add (new SupportingFile ("Gemfile" , "" , "Gemfile" ));
125+ supportingFiles .add (new SupportingFile ("Gemfile.mustache " , "" , "Gemfile" ));
126126 supportingFiles .add (new SupportingFile ("README.md" , "" , "README.md" ));
127127 supportingFiles .add (new SupportingFile ("Rakefile" , "" , "Rakefile" ));
128128 supportingFiles .add (new SupportingFile ("config.ru" , "" , "config.ru" ));
@@ -155,7 +155,7 @@ public void processOpts() {
155155 supportingFiles .add (new SupportingFile ("application.rb" , configFolder , "application.rb" ));
156156 supportingFiles .add (new SupportingFile ("boot.rb" , configFolder , "boot.rb" ));
157157 supportingFiles .add (new SupportingFile ("cable.yml" , configFolder , "cable.yml" ));
158- supportingFiles .add (new SupportingFile ("database.yml " , configFolder , "database.yml" ));
158+ supportingFiles .add (new SupportingFile ("database.mustache " , configFolder , "database.yml" ));
159159 supportingFiles .add (new SupportingFile ("environment.rb" , configFolder , "environment.rb" ));
160160 supportingFiles .add (new SupportingFile ("puma.rb" , configFolder , "puma.rb" ));
161161 supportingFiles .add (new SupportingFile ("routes.mustache" , configFolder , "routes.rb" ));
@@ -181,6 +181,8 @@ public void processOpts() {
181181 supportingFiles .add (new SupportingFile (".keep" , socketsFolder , ".keep" ));
182182 supportingFiles .add (new SupportingFile ("restart.txt" , tmpFolder , "restart.txt" ));
183183 supportingFiles .add (new SupportingFile (".keep" , vendorFolder , ".keep" ));
184+ supportingFiles .add (new SupportingFile ("Dockerfile" , "" , "Dockerfile" ));
185+ supportingFiles .add (new SupportingFile ("docker-entrypoint.sh" , "" , "docker-entrypoint.sh" ));
184186 }
185187
186188 @ Override
0 commit comments