aNNiMON / ffmpegbot

Telegram ffmpeg bot for re-encoding media
MIT License
8 stars 16 forks source link

Dockerfile error please fix #3

Closed mksbil closed 2 months ago

aNNiMON commented 2 months ago

Thanks for pointing this out. Fixed 👍

aNNiMON commented 2 months ago

@mksbil I also simplified a configuration, optimized an image and published it to a ghcr registry. Check it out

docker run -d -t -i \
  -e BOT_TOKEN='...' \
  -e APP_ID='...' \
  -e APP_HASH='...' \
  -e SUPERUSERS='12345' \
  -e ALLOWED_USERS='12346,12347' \
  --name ffmpegbot ghcr.io/annimon/ffmpegbot:latest