mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-09 20:12:00 +10:00
Add Source Label to Dockerfile (#157)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
FROM node:21-alpine AS base
|
||||
LABEL org.opencontainers.image.source="https://github.com/docmost/docmost"
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user