We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4a897 commit 0cc3d10Copy full SHA for 0cc3d10
assets/entrypoint.sh
@@ -54,7 +54,7 @@ COMMAND="$COMMAND --loglevel=${LOG_LEVEL:-INFO}"
54
if [[ "$RELOAD" == "true" ]]; then
55
echo "Starting in development mode- celery worker will be restarted when files change."
56
echo python -m watchfiles --sigint-timeout ${RELOAD_SIGINT_TIMEOUT:-30} "$COMMAND" /app
57
- python -m watchfiles ${RELOAD_SIGINT_TIMEOUT:-30} "$COMMAND" /app
+ python -m watchfiles --sigint-timeout ${RELOAD_SIGINT_TIMEOUT:-30} "$COMMAND" /app
58
else
59
echo $COMMAND
60
$COMMAND
0 commit comments