mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-09 16:24:51 +00:00
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
This commit is contained in:
parent
7deb9bcf7e
commit
a2e47cb793
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue