Compare commits

...

2 Commits

Author SHA1 Message Date
Frank John Begornia
7f86146cd4 Update Dockerfile to install Composer 2 instead of Composer 1.10
All checks were successful
Deploy Production (admin.crewsportswear.app) / deploy (push) Successful in 2m4s
2026-02-23 01:05:04 +08:00
Frank John Begornia
59fabf7de1 Add AWS S3 Flysystem package for MinIO support 2026-02-23 01:02:47 +08:00
3 changed files with 1611 additions and 176 deletions

View File

@@ -23,8 +23,8 @@ RUN docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath zip
# Enable Apache mod_rewrite # Enable Apache mod_rewrite
RUN a2enmod rewrite RUN a2enmod rewrite
# Install Composer # Install Composer 2
COPY --from=composer:1.10 /usr/bin/composer /usr/bin/composer COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
# Set working directory # Set working directory
WORKDIR /var/www/html WORKDIR /var/www/html

View File

@@ -46,6 +46,9 @@
] ]
}, },
"config": { "config": {
"preferred-install": "dist" "preferred-install": "dist",
"allow-plugins": {
"kylekatarnls/update-helper": true
}
} }
} }

1778
composer.lock generated

File diff suppressed because it is too large Load Diff