mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Remove unused files.
This commit is contained in:
parent
ee0efcf17f
commit
8618e1b8bf
@ -13,6 +13,5 @@ services:
|
||||
- "./config.py:/home/nopaque/config.py"
|
||||
- "./migrations:/home/nopaque/migrations"
|
||||
- "./nopaque.py:/home/nopaque/nopaque.py"
|
||||
- "./nopaque-daemon.sh:/home/nopaque/nopaque-daemon.sh"
|
||||
- "./requirements.txt:/home/nopaque/requirements.txt"
|
||||
- "./tests:/home/nopaque/tests"
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# The nopaque daemon is essentially just a loop in which the daemon tasks are
|
||||
# periodically executed
|
||||
while true; do
|
||||
flask tasks
|
||||
sleep 1
|
||||
done
|
Loading…
Reference in New Issue
Block a user