mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
9 lines
263 B
Docker
9 lines
263 B
Docker
# Start from the official compiled container
|
|
FROM ghcr.io/pewu/topola-viewer:latest
|
|
|
|
# Copy the unzipped GEDCOM file directly into public folder
|
|
COPY family.ged /app/public/family.ged
|
|
|
|
# Configure server to pre-load this raw GEDCOM file
|
|
ENV STATIC_URL=family.ged
|