Add Dockerfile and build image with CI

This commit is contained in:
acute 2022-11-15 14:54:23 +00:00 committed by irl
parent 928536a2d7
commit 1f1f811330
3 changed files with 96 additions and 0 deletions

1
docker-crontab Normal file
View file

@ -0,0 +1 @@
*/1 * * * * (cd /srv/portal ; python -m app.cli automate --all) > /dev/null 2>&1