Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
5 lines
62 B
Bash
5 lines
62 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -f -l 0 -L /proc/1/fd/1
|