1
0
Fork 0
pixelfed/docker/shared/root/docker/entrypoint.d/20-horizon.sh

10 lines
212 B
Bash
Raw Normal View History

#!/bin/bash
2024-01-15 17:16:00 +00:00
: "${ENTRYPOINT_ROOT:="/docker"}"
# shellcheck source=SCRIPTDIR/../helpers.sh
source "${ENTRYPOINT_ROOT}/helpers.sh"
2024-01-05 00:11:20 +00:00
entrypoint-set-script-name "$0"
2024-01-04 21:21:00 +00:00
run-as-runtime-user php artisan horizon:publish