mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-13 03:07:30 +01:00
13 lines
352 B
Bash
Executable File
13 lines
352 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
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
|
|
yarn install
|
|
yarn encore production
|
|
# bin/console doc:mig:mig --no-interaction
|
|
# bin/console doc:fix:load --no-interaction
|
|
|
|
exec "$@"
|