Browse Source

remove docker entrypoint

migrate-to-golang
Dennis Jekubczyk 3 years ago
parent
commit
ec24c4fb44
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      docker-entrypoint.sh

+ 0
- 14
docker-entrypoint.sh

@ -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

Loading…
Cancel
Save