fix(deploy): make composer stage resilient in docker build

This commit is contained in:
Dwindi Ramadhana
2026-02-04 21:26:36 +07:00
parent 0d5e1a4aa1
commit 26e5da1b8d

View File

@@ -20,7 +20,9 @@ RUN composer install \
--no-interaction \
--no-progress \
--prefer-dist \
--optimize-autoloader
--optimize-autoloader \
--no-scripts \
--ignore-platform-reqs
FROM php:8.2-apache
WORKDIR /var/www/html