diff --git a/php-fpm/entrypoint.sh b/php-fpm/entrypoint.sh index d721029..70f1dd5 100755 --- a/php-fpm/entrypoint.sh +++ b/php-fpm/entrypoint.sh @@ -1,10 +1,15 @@ #!/usr/bin/env bash rm -rf /var/www/symfony/* /var/www/symfony/.* -git clone https://github.com/ClusterCockpit/ClusterCockpit.git /var/www/symfony/. +# git clone https://github.com/ClusterCockpit/ClusterCockpit.git /var/www/symfony/. + cd /var/www/symfony -git checkout feature-47-introduce-graphql-api -composer install --no-dev --optimize-autoloader + +git init +git remote add origin https://github.com/ClusterCockpit/ClusterCockpit.git +git fetch +git checkout feature-47-introduce-graphql-api +composer install --no-dev --no-progress --optimize-autoloader yarn install yarn encore production # bin/console doc:mig:mig --no-interaction