Skip to content

Commit

Permalink
heroku dyno user (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Feb 5, 2024
1 parent 2cc0391 commit 6555f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
fi

# Run garbage collection job in background
echo "* * * * * /garbage-collect.sh >> /proc/1/fd/1 2>&1" > /etc/crontabs/root
echo "* * * * * /garbage-collect.sh >> /proc/1/fd/1 2>&1" > /etc/crontabs/dyno
crond -l 2

case "$1" in
Expand Down

0 comments on commit 6555f8b

Please sign in to comment.