Edit docker-compose.ci.yml

This commit is contained in:
Administrator
2026-03-09 19:26:22 +00:00
parent 6fbca86b9b
commit b3efb8c815
+1 -3
View File
@@ -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=
@@ -16,4 +15,3 @@ services:
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"