Parcourir la source

cambie script de inicializacion de Docker

Luciano Andrade il y a 7 ans
Parent
commit
f78435dc45
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml ;\
      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