Commit 9f3dc47
Fix hardcoded RVM shebangs in bin/ stubs
bin/rails, bin/rake, and bin/setup had shebangs pointing to a specific
developer's local RVM path (/Users/dilraj/.rvm/...) which doesn't exist
in Docker containers (or anyone else's machine). Replace with the
portable #!/usr/bin/env ruby form.
This fixes the "exec bin/rails: no such file or directory" error when
running `docker compose up`.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 66dc376 commit 9f3dc47
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments