update 4 docker CI

This commit is contained in:
root
2026-03-09 16:50:25 -04:00
parent af250d9fd4
commit 380740e4c8
2 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -14,4 +14,5 @@ RUN apt-get update \
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
WORKDIR /app
ENV APP_DIR=/app
WORKDIR ${APP_DIR}