update 3 docker CI

This commit is contained in:
root
2026-03-09 16:38:19 -04:00
parent ad5e42c6c7
commit 52bd34e213
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ RUN apt-get update \
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
WORKDIR /var/www/html WORKDIR /app
+1 -1
View File
@@ -1,7 +1,7 @@
services: services:
app: app:
build: build:
context: . context: ${WORKSPACE:-.}
dockerfile: Dockerfile.ci dockerfile: Dockerfile.ci
container_name: alrahma_ci_app container_name: alrahma_ci_app
working_dir: /app working_dir: /app