mirror of
https://github.com/tiyn/stud.ip-crawler.git
synced 2026-02-22 14:44:49 +01:00
docker: added build and docker-compose
This commit is contained in:
3
docker/run.sh
Executable file
3
docker/run.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
while true; do python /studip/src/run.py -o /studip/src/data -u $USER -p $PSWD -s $URL --db_user $DB_USER --db_passwd $DB_PSWD --host $HOST && sleep $INTERVAL; done
|
||||
Reference in New Issue
Block a user