Docker compose not building
Hallo,
I'm trying to start with Zenodo and I'm follow instruction as of doc
At: docker-compose -f docker-compose.full.ymlbuild it stall with
ERROR [static 14/18] RUN zenodo npm --pinned-file /code/zenodo/package.pinned.json && cd /usr/local/var/instance/static && npm install && cd /code/zenodo && zenod
The problem is in Dockerfile at the command :
# Install npm dependencies and build assets. RUN zenodo npm --pinned-file /code/zenodo/package.pinned.json \ && cd ${INVENIO_INSTANCE_PATH}/static \ && npm install \ && cd /code/zenodo \ && zenodo collect -v \ && zenodo assets build
and splitting down, the real problem seems to be in npm install.
Any ideas?
Error is in zenodo assets build