Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
Make rails init code work seamlessly with gitpod
  • Loading branch information
PeterMonsson committed Oct 9, 2024
1 parent 7e10456 commit b825f33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ tasks:
init: |
gp sync-await redis-started
bundle install &&
bin/setup &&
corepack enable &&
yes | bin/setup &&
rails db:setup &&
gp sync-done bundle # 'bundle' is an arbitrary name
command: bin/dev
Expand Down

0 comments on commit b825f33

Please sign in to comment.