5 lines
162 B
Bash
Executable file
5 lines
162 B
Bash
Executable file
#!/bin/bash
|
|
# This file should only be used in conjuction with docker-compose
|
|
|
|
python /app/src/manage.py migrate
|
|
python /app/src/manage.py runserver 0.0.0.0:8000
|