diff --git a/Dockerfile b/Dockerfile index 802f726..353af9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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