You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/sh
-
- echo "composer dependencies"
-
- su www-data -s /bin/bash -c "composer update -d contao"
- su www-data -s /bin/bash -c "composer install -d contao"
- su www-data -s /bin/bash -c "composer dump-autoload -d contao"
-
-
- echo "$@"
- docker-php-entrypoint "$@"
|