mirror of
https://github.com/gramps-project/gramps-web.git
synced 2026-04-17 20:58:14 -04:00
4 lines
141 B
Docker
4 lines
141 B
Docker
FROM dmstraub/gramps-webapi:latest
|
|
COPY dist /app/static
|
|
LABEL org.opencontainers.image.source="https://github.com/gramps-project/Gramps.js"
|