refs #1303 Runs composer install at build time
parent
20b2ea0429
commit
6f9de42634
|
@ -22,3 +22,5 @@ RUN install-php-extensions sockets
|
||||||
|
|
||||||
COPY . /var/www/html
|
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
|
||||||
|
|
Loading…
Reference in New Issue