We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4153beb commit b1d1771Copy full SHA for b1d1771
Dockerfile
@@ -30,6 +30,11 @@ RUN go build -o main ./cmd/web
30
31
FROM scratch AS production
32
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
+
38
COPY --from=builder /build/main ./
39
40
CMD ["./main"]
0 commit comments