Compare commits
1 Commits
main
...
composer-i
Author | SHA1 | Date |
---|---|---|
|
6f9de42634 |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue