Files

13 lines
217 B
Bash
Raw Permalink Normal View History

2026-05-06 13:28:16 -04:00
#!/bin/bash
set -e
# printenv >> /etc/environment
echo "starting jobs..."
# bin/jobs start
bundle exec bin/delayed_job run
# Then exec the container's main process (what's set as CMD in the Dockerfile).
exec "$@"