Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 847 Bytes

README-build.md

File metadata and controls

28 lines (15 loc) · 847 Bytes

Build your own docker images

This guide explains how to build your own docker Open Pryv.io docker images.

Prerequisites:

From ./docker/ folder

  1. Make the images

Run docker compose --env-file src/env_config -f docker-compose-build.yml build

  1. Prepare the various assets
  • bash ../scripts/setup-app-web-auth3
  • bash ../scripts/setup-assets
  1. Pack the base directory

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