mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
Added examples and documentation for the published docker image
This commit is contained in:
8
docker/examples/simple/Dockerfile
Normal file
8
docker/examples/simple/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user