|
@@ -38,7 +38,7 @@ RUN chmod 0600 /opt/keys/*; \
|
|
|
sed -i 's#;pm.max_requests = 500#pm.max_requests = 500#g' /etc/php/7.0/fpm/pool.d/www.conf; \
|
|
|
composer install --no-scripts --no-interaction --no-progress; \
|
|
|
chmod 777 -R var/cache/ var/logs/ var/sessions/; \
|
|
|
- eval $(ssh-agent); ssh-add /opt/keys/gitlab.id_rsa; git clone git@gitlab.com:interlink-sa/flowdat3/vendors/json-wsdl.git /opt/json-wsdl; \
|
|
|
+ git clone https://ikdrone:Flowdat3@gitlab.com/interlink-sa/flowdat3/vendors/json-wsdl.git /opt/json-wsdl; \
|
|
|
cd /opt/json-wsdl; \
|
|
|
composer install --no-scripts --no-interaction --no-progress; \
|
|
|
composer dump-autoload; \
|