|
@@ -35,6 +35,8 @@ RUN rm -rf /opt/ftth/app/config/parameters.yml /opt/ftth/app/config/url_webservi
|
|
|
RUN cp -r keys /opt/keys/
|
|
|
RUN chmod 0600 /opt/keys/*
|
|
|
|
|
|
+RUN eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction
|
|
|
+
|
|
|
CMD eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction ;\
|
|
|
rm var/cache/* -rf ;\
|
|
|
cp app/config/parameters.yml.docker app/config/parameters.yml ;\
|