From 84916a8235d7379b15a8b9df68326ce521115661 Mon Sep 17 00:00:00 2001 From: rudy Date: Wed, 4 May 2022 11:48:02 +0200 Subject: [PATCH] vendor --- .gitignore | 3 ++- containers/loginappsql/first-run.sh | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 15a343b..3ebb48c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ /var/ ###< symfony/framework-bundle ### /supervisord.log -/supervisord.pid \ No newline at end of file +/supervisord.pid +/vendor \ No newline at end of file diff --git a/containers/loginappsql/first-run.sh b/containers/loginappsql/first-run.sh index fe11369..95c05f1 100644 --- a/containers/loginappsql/first-run.sh +++ b/containers/loginappsql/first-run.sh @@ -9,3 +9,8 @@ set -xeo pipefail [ -d /var/www/.cache ] && sudo chown -R www-data: /var/www/.cache sudo chown -R www-data: /loginappsql + + +cp /composer.phar /loginapp/composer.phar +cd /loginapp +php composer.phar install \ No newline at end of file