zenodo icon indicating copy to clipboard operation
zenodo copied to clipboard

Docker compose not building

Open GiorgioBart opened this issue 2 years ago • 2 comments

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

GiorgioBart avatar Jun 08 '23 11:06 GiorgioBart

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?

GiorgioBart avatar Jun 09 '23 08:06 GiorgioBart

Error is in zenodo assets build

kikislater avatar Jun 23 '23 11:06 kikislater