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}