fix(deploy): make composer stage resilient in docker build
This commit is contained in:
@@ -20,7 +20,9 @@ RUN composer install \
|
|||||||
--no-interaction \
|
--no-interaction \
|
||||||
--no-progress \
|
--no-progress \
|
||||||
--prefer-dist \
|
--prefer-dist \
|
||||||
--optimize-autoloader
|
--optimize-autoloader \
|
||||||
|
--no-scripts \
|
||||||
|
--ignore-platform-reqs
|
||||||
|
|
||||||
FROM php:8.2-apache
|
FROM php:8.2-apache
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|||||||
Reference in New Issue
Block a user