From a2e47cb79361b3db8411bd821958e3969a79e94c Mon Sep 17 00:00:00 2001 From: Gavin Mogan Date: Wed, 17 Apr 2024 11:32:41 -0700 Subject: [PATCH] Add source urls to docker so tools can find sourcecode (#506) For tools like renovate or dependabot, they like to put changelog notes in PRs updating deps. Having the labels allows the tools to link it back to sourcecode and share commits/release notes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12b6ed1..08515d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Builder FROM node:lts as builder - +LABEL org.opencontainers.image.url=https://github.com/Awesome-Technologies/synapse-admin org.opencontainers.image.source=https://github.com/Awesome-Technologies/synapse-admin ARG REACT_APP_SERVER WORKDIR /src