kleine Anpassungen

This commit is contained in:
2025-04-13 16:20:37 +02:00
parent 616ed6383e
commit af61eb2334
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ test_api() {
}
composer_run() {
docker-compose up -d
docker compose up -d
}
create_css_files && install_ui_dependence && install_api_dependence && build_ui && test_unit && composer_run && test_api