|
@@ -48,6 +48,7 @@ RUN chmod +x /opt/execute.sh; \
|
|
cp app/config/bundles/ik/webservice-bundle/parameters.yml.dist app/config/bundles/ik/webservice-bundle/parameters.yml ;\
|
|
cp app/config/bundles/ik/webservice-bundle/parameters.yml.dist app/config/bundles/ik/webservice-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/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml; \
|
|
cp app/config/bundles/ik/audit-bundle/parameters.yml.dist ./app/config/bundles/ik/audit-bundle/parameters.yml; \
|
|
cp app/config/bundles/ik/audit-bundle/parameters.yml.dist ./app/config/bundles/ik/audit-bundle/parameters.yml; \
|
|
|
|
+ eval $(ssh-agent); ssh-add /opt/keys/bitbucket.id_rsa; \
|
|
composer install --no-scripts --no-interaction --no-progress; \
|
|
composer install --no-scripts --no-interaction --no-progress; \
|
|
cd /opt; \
|
|
cd /opt; \
|
|
chmod +x /opt/script.sh; \
|
|
chmod +x /opt/script.sh; \
|