resolve dependencies for CI/CD build

There are some dependencies in the Dockerfile that are currently resolved as:

RUN git clone https://github.com/somnonetz/snet-asclepios-search /tmp/asclepios-search && cd /tmp/asclepios-search && git checkout ${ASCLEPIOS_SEARCH_VER} && npm ci && npm run js-build && npm run css-build

These need to be resolved properly, e.g. submodules or publishing artifacts of the projects which this one depends on.

definition of done:

Hints:

Edited by Ilka Schulz