mirror of
https://github.com/gramps-project/gramps-web.git
synced 2026-01-29 10:10:03 -06:00
4 lines
142 B
Docker
4 lines
142 B
Docker
FROM dmstraub/gramps-webapi:latest
|
|
COPY dist /app/static
|
|
LABEL org.opencontainers.image.source="https://github.com/gramps-project/gramps-web"
|