Skip to content

Commit 14b0331

Browse files
authored
Merge pull request #1 from excid3/pass-all-args
Pass all arguments to rails new
2 parents 542f3fb + 85eed5c commit 14b0331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/rails-new

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ docker build \
1717
-t rails-new-$RUBY_VERSION-$RAILS_VERSION .
1818

1919
# Run the image
20-
docker run -v $(pwd):/$(pwd) -w $(pwd) rails-new-$RUBY_VERSION-$RAILS_VERSION rails new $1
20+
docker run -v $(pwd):/$(pwd) -w $(pwd) rails-new-$RUBY_VERSION-$RAILS_VERSION rails new $@

0 commit comments

Comments
 (0)