Files
openproject/docker/prod/worker
2024-03-21 11:31:17 +01:00

9 lines
129 B
Bash
Executable File

#!/bin/bash -e
if [ "$1" = "--seed" ]; then
shift
$APP_PATH/docker/prod/seeder "$@"
fi
QUIET=true bundle exec good_job start