Skip to content

Commit 9ab3843

Browse files
author
Blaize Kaye
committed
updates privategpt
1 parent f55d066 commit 9ab3843

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lagoon/cli.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN DOWNLOAD_PATH=$(curl -sL "https://api.github.com/repos/uselagoon/lagoon-sync
3232
#######################################################
3333
COPY . /app
3434
RUN if [ -f "composer.json" ]; then \
35+
COMPOSER_MEMORY_LIMIT=-1 composer update amazeeio/polydock-app-amazeeio-privategpt --ignore-platform-reqs; \
3536
COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction --prefer-dist --optimize-autoloader; \
3637
php artisan storage:link; \
3738
fi

0 commit comments

Comments
 (0)