otwarchive-sunsetarchive/entrypoints/sc-entrypoint.sh
2026-03-17 01:16:49 -04:00

11 lines
158 B
Bash
Executable file

#!/bin/bash
set -e
bundle install
if [ -f tmp/pids/server.pid ]; then
rm tmp/pids/server.pid
fi
bundle exec rake resque:scheduler