Add Source Label to Dockerfile (#157)
This commit is contained in:
parent
c810d0b314
commit
4433d5174d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
FROM node:21-alpine AS base
|
FROM node:21-alpine AS base
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/docmost/docmost"
|
||||||
|
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue