|
@@ -17,6 +17,7 @@ RUN chmod 0600 /opt/keys/*; \
|
|
|
cp app/config/bundles/ik/device-bundle/parameters.yml.dist app/config/bundles/ik/device-bundle/parameters.yml; \
|
|
|
cp app/config/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml; \
|
|
|
cp app/config/url_webservice.yml.dist app/config/url_webservice.yml; \
|
|
|
+ cp app/config/parameters.yml.dist app/config/parameters.yml; \
|
|
|
cp app/config/hwioauthbundle/parameters.yml.dist app/config/hwioauthbundle/parameters.yml; \
|
|
|
composer install --no-scripts --no-interaction --no-progress; \
|
|
|
git clone git@gitlab.com:interlink-sa/flowdat3/modules/netmiko.git /opt/netmiko; \
|