Files
todoizer/entrypoint.sh
T
krisf 39698cd32f
Build and Validate / build-and-test (push) Failing after 27s
Fix puma start command and add sinatra-activerecord
2026-04-20 10:05:16 -04:00

8 lines
143 B
Bash

#!/bin/bash
set -e
mkdir -p db
# Puma will run app.rb which auto-migrates the database
exec bundle exec puma config.ru -b tcp://0.0.0.0:4567