From 2fdb5c6575629ec894aa9c336ac72779d19e82ec Mon Sep 17 00:00:00 2001 From: skylanix Date: Tue, 12 Aug 2025 18:23:09 +0200 Subject: [PATCH] docker: ajoute la description de l'image --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index 743b41c..ecbea06 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,12 @@ FROM debian:trixie-slim +# Métadonnées de l'image +LABEL org.opencontainers.image.title="MamieHenriette" +LABEL org.opencontainers.image.description="Bot multi-plateformes Discord/Twitch/YouTube pour la communauté STEvE" +LABEL org.opencontainers.image.authors="skylanix" +LABEL org.opencontainers.image.source="https://github.com/skylanix/MamieHenriette" +LABEL org.opencontainers.image.url="https://github.com/skylanix/MamieHenriette" + WORKDIR /app ENV DEBIAN_FRONTEND=noninteractive