ITISFoundation / cookiecutter-osparc-service

A cookiecutter for integrating services in oSparc simcore platform
MIT License
0 stars 5 forks source link

Document better how to mount /input #109

Open elisabettai opened 1 year ago

elisabettai commented 1 year ago

Users of the cookiecutter might find not clear this error message and hot to test inputs. See e.g. this question:

I'm trying to test my code in a Docker container but getting the error from entrypoint.sh: "ERROR: You must mount '/input' to deduce user and group ids. I made an /input directory but I'm unsure how the input/inputs.json file is generated? Have I missed a step?

from @OmkarAthavale

We should explain this better (e.g. in the error message and how to use inputs.json)