Explorar o código

Dockerfile updated

Espinoza Guillermo %!s(int64=6) %!d(string=hai) anos
pai
achega
8853cb9c3f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -48,6 +48,7 @@ RUN chmod +x /opt/execute.sh; \
     cp app/config/bundles/ik/webservice-bundle/parameters.yml.dist 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/audit-bundle/parameters.yml.dist ./app/config/bundles/ik/audit-bundle/parameters.yml; \
+    eval $(ssh-agent); ssh-add /opt/keys/bitbucket.id_rsa; \
     composer install --no-scripts --no-interaction --no-progress; \
     cd /opt; \
     chmod +x /opt/script.sh; \