Add entrypoint.sh that updates rubbs before starting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
entrypoint.sh
Normal file
4
entrypoint.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
bundle update bbs
|
||||
exec bundle exec ruby bbs.rb
|
||||
Reference in New Issue
Block a user