Skip to content

Commit

Permalink
Add source urls to docker so tools can find sourcecode (#506)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
halkeye authored Apr 17, 2024
1 parent 7deb9bc commit a2e47cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a2e47cb

Please sign in to comment.