mirror of
https://github.com/gramps-project/gramps-web.git
synced 2026-02-04 21:39:28 -06:00
4 lines
148 B
Docker
4 lines
148 B
Docker
FROM dmstraub/gramps-webapi:latest-devel
|
|
COPY dist /app/static
|
|
LABEL org.opencontainers.image.source="https://github.com/gramps-project/gramps-web"
|