update 11 docker CI

This commit is contained in:
root
2026-03-09 17:17:59 -04:00
parent d19d27bd88
commit 51d2504e99
+4
View File
@@ -42,4 +42,8 @@ RUN printf '%s\n' \
> /usr/local/bin/ci-entrypoint \ > /usr/local/bin/ci-entrypoint \
&& chmod +x /usr/local/bin/ci-entrypoint && chmod +x /usr/local/bin/ci-entrypoint
RUN if [ -f composer.json ]; then \
composer install --no-interaction --prefer-dist --no-progress; \
fi
ENTRYPOINT ["ci-entrypoint"] ENTRYPOINT ["ci-entrypoint"]