4 lines
151 B
Bash
Executable File
4 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
echo "Migrating database to fix issue..."
|
|
docker exec -it /bin/bash seatstock-django "/home/app/webapp/seatstock_django/manage.py migrate"
|