übernahme rescuer to finder

This commit is contained in:
Gunther Weissenbaeck 2023-10-10 12:05:23 +02:00
parent 3a3bcea588
commit 5a5f7dae9e
5 changed files with 173 additions and 1 deletions

8
bin/rescuer_to_finder Normal file
View file

@ -0,0 +1,8 @@
#!/bin/bash
echo "Copying rescuer_to_finder.py to django_fbf_web_1"
docker cp ./scripts/rescuer_to_finder.py django_fbf_web_1:/app/rescuer_to_finder.py
echo "Running rescuer_to_finder.py"
docker exec django_fbf_web_1 python3 /app/rescuer_to_finder.py
echo "Done"