diff --git a/Jenkinsfile b/Jenkinsfile index b8ceaa5..2b2a7b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,6 +57,7 @@ pipeline { OPENWEBUI=${OPENWEBUI} \ docker compose up -d --force-recreate + sleep 5 echo "ALTER USER openwebui_user WITH PASSWORD '\$PG_PASS';" | docker exec -i openwebui_postgres_db psql -U openwebui_user -d openwebui_db """