übernahme rescuer to finder
This commit is contained in:
parent
3a3bcea588
commit
5a5f7dae9e
5 changed files with 173 additions and 1 deletions
8
bin/rescuer_to_finder
Normal file
8
bin/rescuer_to_finder
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue