We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 542f3fb + 85eed5c commit 14b0331Copy full SHA for 14b0331
bin/rails-new
@@ -17,4 +17,4 @@ docker build \
17
-t rails-new-$RUBY_VERSION-$RAILS_VERSION .
18
19
# Run the image
20
-docker run -v $(pwd):/$(pwd) -w $(pwd) rails-new-$RUBY_VERSION-$RAILS_VERSION rails new $1
+docker run -v $(pwd):/$(pwd) -w $(pwd) rails-new-$RUBY_VERSION-$RAILS_VERSION rails new $@
0 commit comments