update 5 docker CI

This commit is contained in:
root
2026-03-09 16:54:38 -04:00
parent 380740e4c8
commit d7d718c469
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -16,3 +16,5 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
ENV APP_DIR=/app
WORKDIR ${APP_DIR}
COPY . ${APP_DIR}
-2
View File
@@ -5,8 +5,6 @@ services:
dockerfile: Dockerfile.ci
container_name: alrahma_ci_app
working_dir: /app
volumes:
- .:/app
environment:
APP_ENV: testing
APP_KEY: base64:testingKey123456789012345678901234567890=