From af61eb2334140e9f171044f535dae800faab1a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20L=C3=BCcke?= Date: Sun, 13 Apr 2025 16:20:37 +0200 Subject: [PATCH] kleine Anpassungen --- .gitignore | 2 ++ deploy.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a8d9aba..9ffe02b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 +/.idea/* + # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml diff --git a/deploy.sh b/deploy.sh index 00c055d..b65b6c1 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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 \ No newline at end of file