Skip to content

Commit b1d1771

Browse files
committed
🚀 Add Lables
1 parent 4153beb commit b1d1771

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ RUN go build -o main ./cmd/web
3030

3131
FROM scratch AS production
3232

33+
LABEL org.opencontainers.image.title="Snipbox"
34+
LABEL org.opencontainers.image.description="A lightweight Go application."
35+
LABEL org.opencontainers.image.authors="Nimendra <[email protected]>"
36+
LABEL org.opencontainers.image.source="https://github.com/nmdra/snipbox"
37+
3338
COPY --from=builder /build/main ./
3439

3540
CMD ["./main"]

0 commit comments

Comments
 (0)