mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
Add Source Label to Dockerfile (#157)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user