4 lines
150 B
Bash
4 lines
150 B
Bash
#!/usr/bin/env bash
|
|
docker-compose run web_recipes python3 manage.py migrate
|
|
docker-compose run web_recipes python3 manage.py collectstatic --noinput
|