Files
bbs-server/entrypoint.sh
2026-05-12 19:25:31 +02:00

5 lines
64 B
Bash
Executable File

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