|
@@ -40,9 +40,9 @@ RUN rm -rf /opt/ftth/app/config/parameters.yml /opt/ftth/app/config/url_webservi
|
|
RUN cp -r keys /opt/keys/
|
|
RUN cp -r keys /opt/keys/
|
|
RUN chmod 0600 /opt/keys/*
|
|
RUN chmod 0600 /opt/keys/*
|
|
|
|
|
|
-RUN eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction
|
|
|
|
|
|
+RUN eval $(ssh-agent) ; ssh-add /opt/keys/bitbucket.id_rsa ; composer install --no-scripts --no-interaction --no-progress
|
|
|
|
|
|
-CMD 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 --no-progress;\
|
|
rm var/cache/* -rf ;\
|
|
rm var/cache/* -rf ;\
|
|
cp app/config/parameters.yml.docker app/config/parameters.yml ;\
|
|
cp app/config/parameters.yml.docker app/config/parameters.yml ;\
|
|
cp app/config/url_webservice.yml.docker app/config/url_webservice.yml ;\
|
|
cp app/config/url_webservice.yml.docker app/config/url_webservice.yml ;\
|