Files
gramps-web/Dockerfile
David Straub e652ebeca2 Fix image name
2021-12-19 18:57:07 +01:00

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"