Explorar o código

Add git for connect.

Gabriel Gosparo %!s(int64=6) %!d(string=hai) anos
pai
achega
a630fdb2ae
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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; \