1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00
This commit is contained in:
oufmilo 2023-02-06 10:32:54 +01:00
parent 202b5e63c5
commit b5c68c2edf

View file

@ -112,6 +112,8 @@ pushd "$final_path"
$final_path/venv/bin/python3 "$final_path/manage.py" migrate
$final_path/venv/bin/python3 "$final_path/manage.py" collectstatic --no-input
$final_path/venv/bin/python3 "$final_path/manage.py" populate_streams
docker-compose down
docker-compose up -d
popd
#=================================================