Vlastimil Skrčený
Vlastimil Skrčený
Update: this method gives me error: ERROR: for flower Cannot start service flower: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "--broker=amqp://guest:guest@mq:5672//": stat --broker=amqp://guest:guest@mq:5672//: no such file or...
Getting same error and also this one: ``` Indexing records... Traceback (most recent call last): File "/usr/local/bin/zenodo", line 11, in load_entry_point('zenodo==3.0.0.dev20150000', 'console_scripts', 'zenodo')() File "/usr/local/lib/python2.7/site-packages/click/core.py", line 764, in __call__ return...
I think I got it. This command actually helps: `git config --global url."https://".insteadOf git://` Added to Dockerfile with: `RUN git config --global url."https://".insteadOf git://` and also scripts/setup-npm.sh `git config --global...