Skip to content

Add gradle based build and image tasks for ssi-issuance

Neil Crossley requested to merge gradle-build into main

In order for the image build to work properly, the standard .dockerignore file must not include the node_modules and dist folder, otherwise they are not accessible in the build context. So the old Dockerfile has been changed to remove these folders after being imported to the workdir.

Signed-off-by: Tobias Wich tobias.wich@ecsec.de

Merge request reports