This commit is contained in:
parent
29669ae0be
commit
4c59bc4464
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
/usr/local/bin/dockerd-entrypoint.sh &
|
/usr/local/bin/dockerd-entrypoint.sh &
|
||||||
sleep 5
|
until docker version > /dev/null 2>&1
|
||||||
|
do
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
forgejo-runner --config config.yml daemon
|
forgejo-runner --config config.yml daemon
|
Loading…
Reference in a new issue