Files
baclight/bin/jobs-entrypoint
T
2026-07-23 10:32:51 -04:00

13 lines
217 B
Bash

#!/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 "$@"