Added label detail for Dockerfile for github packages
This commit is contained in:
parent
4f11f2346a
commit
fcb8ffd820
1 changed files with 3 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue