feat: add self-hosted renovate sources

This commit is contained in:
Jeroen de Bruijn 2020-03-18 21:44:20 +01:00
parent 515e31cf90
commit 5f5662bb86
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
3 changed files with 28 additions and 0 deletions

10
src/entrypoint.sh Normal file
View file

@ -0,0 +1,10 @@
#!/bin/bash
#
# Entrypoint for Docker.
configurationFile="${1}"
cp "${configurationFile}" '/usr/src/app/config.js'
# Run Renovate.
node /usr/src/app/dist/renovate.js