From b3efb8c815a0e1d443f9118b9b0c63bfc984d478 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 9 Mar 2026 19:26:22 +0000 Subject: [PATCH] Edit docker-compose.ci.yml --- docker-compose.ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml index d9ddd369..95d1172e 100644 --- a/docker-compose.ci.yml +++ b/docker-compose.ci.yml @@ -3,10 +3,9 @@ services: build: context: . dockerfile: Dockerfile.ci - container_name: alrahma_ci_app working_dir: /app volumes: - - ${PWD:-.}:/app + - .:/app environment: APP_ENV: testing APP_KEY: base64:testingKey123456789012345678901234567890= @@ -15,5 +14,4 @@ services: CACHE_DRIVER: array QUEUE_CONNECTION: sync SESSION_DRIVER: array - MAIL_MAILER: log - command: sh -lc "ls -la && test -f composer.json && composer install --no-interaction --prefer-dist --no-progress" \ No newline at end of file + MAIL_MAILER: log \ No newline at end of file