Initial commit

This commit is contained in:
2021-05-14 19:03:25 +02:00
commit 02b24ca2bf
2 changed files with 37 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM scheduler:latest
COPY scripts /scripts
ENTRYPOINT ["/scripts/scheduler.sh"]