mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
4 lines
140 B
Bash
4 lines
140 B
Bash
#!/usr/bin/env bash
|
|
docker-compose run web_recipes python3 manage.py migrate
|
|
docker-compose run web_recipes python3 manage.py collectstatic
|