7 lines
138 B
Bash
Executable file
7 lines
138 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source bin/activate
|
|
pip install -r requirements.txt
|
|
docker compose up -d
|
|
python manage.py migrate
|
|
python manage.py runserver
|