Files
todoizer/entrypoint.sh
T
krisf 1f637c6bde
Build and Validate / build-and-test (push) Failing after 1m23s
Initial commit of Todoizer web application
2026-04-20 08:56:12 -04:00

8 lines
146 B
Bash

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