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-auth3
bash ../scripts/setup-assets
This will pack in dockerized-open-pryv-1.9.2
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