Cannot Build docker-intermediate
Good day,
Thank you for your contribution.
I was building this .... make docker-intermediate
And faced this error:

Would you kindly guide me how I can fix this error?
Please make sure you have checked out all the submodules:
git submodule update --init --recursive
Thank you for your kind and quick reply. It solved my issue and I was able to build it.
However, when I run it according to your description (https://github.com/wireapp/wire-server/blob/develop/deploy/services-demo/README.md), I faced some issues.
Terminal 1 looks okay:

But in Terminal 2, 2 containers have been exited.

As I checked the logs of containers, it is because it couldn't find AWS credential in container "services-demo_cargohold_1".
Would you kindly explain why it needs AWS credentials and how I can put my credential into cragohold container?
I think it shouldn't need AWS credentials. Can you please try creating an empty file in that location and see if that works?
I mapped the the credential file of host to the docker container through volume.
And it is working now.