Add container labels

This commit is contained in:
Jai A
2024-10-18 17:00:36 -07:00
parent 86922c4547
commit 25fcee984b

View File

@@ -8,6 +8,10 @@ RUN cargo build --release
FROM debian:bookworm-slim
LABEL org.opencontainers.image.source=https://github.com/modrinth/code
LABEL org.opencontainers.image.description="Modrinth API"
LABEL org.opencontainers.image.licenses=AGPL-3.0
RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates openssl \
&& apt-get clean \