Label image Docker

This commit is contained in:
skylanix
2025-08-13 01:28:56 +02:00
parent 17b4b08f8c
commit c384268cc8
2 changed files with 8 additions and 6 deletions

View File

@@ -1,10 +1,5 @@
FROM debian:trixie-slim
# 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.licenses=GPL-3.0
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive