Files
WYGIWYH/docker/dev/procrastinate/start
2024-10-11 14:11:40 -03:00

8 lines
117 B
Bash

#!/bin/bash
set -o errexit
set -o nounset
exec watchfiles --filter python "python manage.py procrastinate worker"