This guide explains how to build your own docker Open Pryv.io docker images.
Prerequisites:
From ./docker/ folder
Run docker compose --env-file src/env_config -f docker-compose-build.yml build
bash ../scripts/setup-app-web-auth3bash ../scripts/setup-assetsThis will pack in dockerized-open-pryv-${PRYV_TAG} the content of ./src , the config files in ../configs/ an ../public.html in dockerized-open-pryv-${PRYV_TAG}.tgz
Warning the configuration files will be packaged make sure that adminKeys are not set if your intent is to publish it.
run ./build-tarball.sh