mirror of
https://github.com/gramps-project/gramps-web.git
synced 2026-04-17 12:48:04 -04: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"
|