Files
gramps-web/Dockerfile.devel
2021-12-23 11:11:34 +01:00

4 lines
147 B
Docker

FROM dmstraub/gramps-webapi:latest-devel
COPY dist /app/static
LABEL org.opencontainers.image.source="https://github.com/gramps-project/Gramps.js"