Files
bbs-server/entrypoint.sh
2026-04-30 10:37:18 +02:00

5 lines
64 B
Bash

#!/bin/sh
set -e
bundle update bbs
exec bundle exec ruby bbs.rb