update 11 docker CI
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user