This Dockerfile will provide the current Digital Signature Service Demo in version 6.2 aka DSS Demonstration WebApp
@see eSignature Service
docker run --rm --ti -p 8080:8080 ghcr.io/vysmaty/dockerized-dss:latest
Create a docker-compose.yml file with the following content:
services:
dss:
image: ghcr.io/vysmaty/dockerized-dss:latest
ports:
- '8080:8080'See docker-compose.yml for more options.