|
@@ -39,5 +39,5 @@ CMD eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --
|
|
|
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 ;\
|
|
|
- composer run-script post-install-cmd --no-interaction ;\
|
|
|
- cat app/config/hwioauthbundle/parameters.yml ; bin/console server:run 0.0.0.0
|
|
|
+ composer run-script post-install-cmd --no-interaction ;\
|
|
|
+ cat app/config/hwioauthbundle/parameters.yml ; bin/console server:run 0.0.0.0
|