|
@@ -43,4 +43,4 @@ CMD eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --
|
|
|
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 ;\
|
|
|
cat app/config/hwioauthbundle/parameters.yml ;\
|
|
|
- bin/console server:run 0.0.0.0 --env=dev
|
|
|
+ php bin/console server:run 0.0.0.0 --env=dev
|