mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
Add Source Label to Dockerfile (#157)
This commit is contained in:
parent
c810d0b314
commit
4433d5174d
@ -1,4 +1,5 @@
|
||||
FROM node:21-alpine AS base
|
||||
LABEL org.opencontainers.image.source="https://github.com/docmost/docmost"
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user