docker: corrige les labels selon la documentation GitHub

This commit is contained in:
skylanix
2025-08-12 18:39:08 +02:00
parent f31a0419ec
commit e36243ede9

View File

@@ -1,11 +1,9 @@
FROM debian:trixie-slim
# Métadonnées de l'image
LABEL org.opencontainers.image.title="MamieHenriette"
# Labels requis pour GitHub Container Registry
LABEL org.opencontainers.image.source=https://github.com/skylanix/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"
# LABEL org.opencontainers.image.licenses=Apache-2.0
WORKDIR /app