Skip to content

Commit

Permalink
feat(dockerfile): labels
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Mar 9, 2024
1 parent 885ecaa commit b83262d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
LABEL org.opencontainers.image.source=https://github.com/storopoli/stoic-quotes
LABEL org.opencontainers.image.description="Stoic Quotes"
LABEL org.opencontainers.image.licenses=MIT

# Start from the official Rust image
FROM rust:latest as builder

Expand Down

0 comments on commit b83262d

Please sign in to comment.