Build the container
docker build --tag vartarvipavag-server .Run locally
docker run -p 3001:3001 \
--volume $(pwd)/../data:/data vartarvipavag-server:latestRun locally with password authentication
docker run -p 3001:3001 \
-e CLIENT_PASSWORD=test123 \
--volume $(pwd)/../data:/data vartarvipavag-server:latestThen you can reach the container on http://localhost:3001/health