Added label detail for Dockerfile for github packages

This commit is contained in:
Kay Ohtie 2023-11-30 21:56:28 -06:00
parent 4f11f2346a
commit fcb8ffd820

View file

@ -3,4 +3,7 @@ RUN apt update && apt upgrade -y && apt install -y ffmpeg build-essential libssl
pip install "python-telegram-bot[job-queue]" python-dotenv azure-cognitiveservices-speech pydub
WORKDIR /app
COPY *.py .
LABEL org.opencontainers.image.source=https://github.com/Ceralor/telegram-azure-transcribe-bot
LABEL org.opencontainers.image.description="Azure Transcription bot for Telegram"
LABEL org.opencontainers.image.licenses=MIT
CMD ["python", "bot.py"]