Add entrypoint.sh that updates rubbs before starting

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-30 10:37:18 +02:00
parent 3a90dd541e
commit 4244a2cc12
2 changed files with 7 additions and 3 deletions

4
entrypoint.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
set -e
bundle update bbs
exec bundle exec ruby bbs.rb