mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-05 17:37:41 +02:00
7 lines
91 B
Bash
Executable File
7 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python3 manage.py migrate
|
|
python3 manage.py runserver 0.0.0.0:8000
|
|
|
|
exec "$@"
|