Skip to content

Commit

Permalink
rubyコマンドが必要なのを抜けていた
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 20, 2024
1 parent ada7ba3 commit 179f062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_template/exe/run
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ if find "/home/$EXECUINTG_USER/.rbenv/" -user root | read; then
fi

bundle check || bundle install
RUN_WITH_BUNDLE_EXEC=1 bundle exec app.rb
RUN_WITH_BUNDLE_EXEC=1 bundle exec ruby app.rb

0 comments on commit 179f062

Please sign in to comment.