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