Move package to src/ to properly separate what goes into docker image

This commit is contained in:
Einar Forselv
2019-12-05 10:26:46 +01:00
parent 0af9f2e8ee
commit 130be30268
19 changed files with 2 additions and 2 deletions

8
src/entrypoint.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
# Dump all env vars so we can source them in cron jobs
printenv | sed 's/^\(.*\)$/export \1/g' > /env.sh
# start cron in the foreground
crontab crontab
crond -f