mirror of
https://github.com/arnaucube/mirror-to-gitea.git
synced 2026-02-06 19:16:42 +01:00
remove docker entrypoint
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
ONE_HOUR_DELAY=3600
|
||||
|
||||
while true
|
||||
do
|
||||
echo 'Starting to create mirrors'
|
||||
node /app/src/index.js
|
||||
|
||||
echo 'Waiting...'
|
||||
sleep "${ONE_HOUR_DELAY}"
|
||||
done
|
||||
Reference in New Issue
Block a user