Skip to content
Snippets Groups Projects
Verified Commit c1b0f4c9 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Run pre-boot tasks in correct order

The database needs to be migrated before compiling SCSS, as the SCSS
references a site preference.
parent 9a9d4f05
No related branches found
No related tags found
1 merge request!523[Docker] Run pre-boot tasks in correct order
Pipeline #6356 passed
......@@ -17,10 +17,10 @@ while ! nc -z $ALEKSIS_database__host $ALEKSIS_database__port; do
sleep 0.1
done
aleksis-admin compilescss
aleksis-admin collectstatic --no-input --clear
aleksis-admin migrate
aleksis-admin createinitialrevisions
aleksis-admin compilescss
aleksis-admin collectstatic --no-input --clear
ARG=${1:-uwsgi}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment