This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Description
I am using the element docker image gjgd/element-api and overriding the CMD so that I can generate the .runtimeconfig.json file before starting the container. The script fails because of this line here , because the current directory is not a git repo. A workaround I have done is to create the config file manually. Can you either remove this step or add documentation around the structure of the .runtimeconfig.json and where it belongs.