TandoorRecipes/update.sh
2018-11-07 13:31:26 +01:00

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