Add Source Label to Dockerfile (#157)

This commit is contained in:
Marc
2024-08-20 14:09:36 +02:00
committed by GitHub
parent c810d0b314
commit 4433d5174d

View File

@ -1,4 +1,5 @@
FROM node:21-alpine AS base
LABEL org.opencontainers.image.source="https://github.com/docmost/docmost"
FROM base AS builder