Compare commits

...

1 Commits

Author SHA1 Message Date
Nicolas Arenas 6f9de42634 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
2024-12-23 12:38:27 +01:00
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