refs #1303 Runs composer install at build time
testing/ogcore-api/pipeline/head This commit looks good Details
testing/ogcore-api/pipeline/pr-main This commit looks good Details

composer-install
Nicolas Arenas 2024-12-23 12:38:27 +01:00
parent 20b2ea0429
commit 6f9de42634
1 changed files with 2 additions and 0 deletions

View File

@ -22,3 +22,5 @@ RUN install-php-extensions sockets
COPY . /var/www/html
RUN APP_ENV=prod composer install --no-dev --no-interaction --no-progress --optimize-autoloader
RUN chown -R www-data:www-data /var/www/html