pip install -r requirements.txtexport TOKEN=TOKEN
export SERVER_HOST=SERVER-HOST
export SERVER_PORT=SERVER-PORTpython src/bot.pysudo docker build -f Dockerfile -t bot_speech_to_text_image . # => Docker Buildsudo docker run -it -d --env-file .env --restart unless-stopped -v /{full path to project}/logs/:/app/logs/ --name bot_speech_to_text bot_speech_to_text_image # => Docker Rundocker-compose upsh run-bot-recogniton-docker-procss.shpre-commit run --all-filesAlternative way:
bash pre-commit.shmake check-typesmake check-format