|
@@ -41,11 +41,6 @@ RUN mkdir -p /run/php
|
|
|
|
|
|
CMD eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction --no-progress;\
|
|
CMD eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction --no-progress;\
|
|
rm var/cache/* -rf ;\
|
|
rm var/cache/* -rf ;\
|
|
- cp app/config/bundles/ik/device-bundle/parameters.yml.docker app/config/bundles/ik/device-bundle/parameters.yml ;\
|
|
|
|
- cp app/config/url_webservice.yml.docker app/config/url_webservice.yml ;\
|
|
|
|
- cp app/config/hwioauthbundle/parameters.yml.docker app/config/hwioauthbundle/parameters.yml ;\
|
|
|
|
- cp app/config/bundles/ik/device-bundle/parameters.yml.docker 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 ;\
|
|
|
|
composer run-script post-install-cmd --no-interaction ;\
|
|
composer run-script post-install-cmd --no-interaction ;\
|
|
cat app/config/hwioauthbundle/parameters.yml ;\
|
|
cat app/config/hwioauthbundle/parameters.yml ;\
|
|
chmod 777 -R var/cache/ var/logs/ var/sessions/ ;\
|
|
chmod 777 -R var/cache/ var/logs/ var/sessions/ ;\
|