Browse Source

Add git for connect.

Gabriel Gosparo 6 years ago
parent
commit
a630fdb2ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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; \