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 63dbb61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ FROM rust:latest as builder
# Set the working directory
WORKDIR /usr/src/app

# Add labels for OCI annotations
LABEL org.opencontainers.image.source="https://github.com/storopoli/stoic-quotes" \
org.opencontainers.image.description="Stoic Quotes" \
org.opencontainers.image.licenses="MIT"

# Copy project's Cargo.toml file
COPY ./Cargo.toml ./

Expand Down

0 comments on commit 63dbb61

Please sign in to comment.