I am trying to start webodm with --dev flag but it is returning an error. Here it is the log from docker of webapp container.
Does anyone have an idea what it could be? Thank you.
I am trying to start webodm with --dev flag but it is returning an error. Here it is the log from docker of webapp container.
This is a confusing one… How is bash missing in our Docker container? Or is this a custom container you’ve rolled?
Make sure you cloned the repository with:
git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input
The --config core.autocrlf=input
is important.
I change the name of the WebODM paste to project.That’s when these problems started.I went back on the name but it remains that way.