Skip to content

Commit a189202

Browse files
authored
Merge pull request #195 from dmarcoux/dockerfile-label-org.opencontainers.image.url
Set org.opencontainers.image.source label in Dockerfile
2 parents a87b588 + c83bce6 commit a189202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM scratch
2+
LABEL org.opencontainers.image.source="https://github.com/traggo/server"
23
WORKDIR /opt/traggo
34
COPY traggo /opt/traggo
45
EXPOSE 3030

0 commit comments

Comments
 (0)