mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Окончено внедрение докера для развёртывания dev-окружения
This commit is contained in:
8
docker/php/composer.sh
Normal file
8
docker/php/composer.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -n "$API_TOKEN" ]
|
||||
then
|
||||
php /usr/local/bin/composer.phar config -g github-oauth.github.com $API_TOKEN
|
||||
fi
|
||||
|
||||
exec php /usr/local/bin/composer.phar "$@"
|
Reference in New Issue
Block a user