otwarchive-symphonyarchive/entrypoints/sc-entrypoint.sh

11 lines
157 B
Bash
Raw Permalink Normal View History

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