diff --git a/Dockerfile b/Dockerfile index 3062ae1c..c2cca54c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM node:21-alpine AS base +LABEL org.opencontainers.image.source="https://github.com/docmost/docmost" FROM base AS builder