|
@@ -19,6 +19,7 @@ RUN chmod 0600 /opt/keys/*; \
|
|
|
git clone git@gitlab.com:interlink-sa/flowdat3/vendors/json-wsdl.git /opt/json-wsdl; \
|
|
|
cd /opt/json-wsdl; \
|
|
|
composer install --no-scripts --no-interaction --no-progress; \
|
|
|
+ git clone git@gitlab.com:interlink-sa/flowdat3/modules/connect.git /usr/bin/connect; \
|
|
|
cd /opt/ftth; \
|
|
|
mkdir -p /run/php; \
|
|
|
sed -i 's#listen = /run/php/php7.0-fpm.sock#listen = /run/php/ftth.sock#g' /etc/php/7.0/fpm/pool.d/www.conf; \
|