mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
394 B
394 B
Standalone GEDCOM Container Example
This example builds a self-contained image that hosts a single .ged file directly (no photos).
Instructions
- Put your GEDCOM file in this directory and name it
family.ged. - Build your custom container:
docker build -t my-simple-tree . - Run your container:
docker run -d -p 8080:8080 my-simple-tree