|
@@ -30,5 +30,5 @@ CMD eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install -
|
|
cp app/config/bundles/ik/webservice-bundle/parameters.yml.docker app/config/bundles/ik/webservice-bundle/parameters.yml ;\
|
|
cp app/config/bundles/ik/webservice-bundle/parameters.yml.docker 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 ;\
|
|
composer dump-autoload ;\
|
|
composer dump-autoload ;\
|
|
- composer run-script symfony-scripts --no-interaction ;\
|
|
|
|
|
|
+ composer run-script post-install-cmd --no-interaction ;\
|
|
bin/console server:run 0.0.0.0
|
|
bin/console server:run 0.0.0.0
|