Портфолио: Неправильный путь в Docker-compose
This commit is contained in:
parent
4eaf927113
commit
f4d91498a7
2 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ services:
|
|||
build:
|
||||
context: ..
|
||||
dockerfile: Docker/Dockerfile
|
||||
command: sh -c "pybabel compile -d ./Locales -D bot && python -m Mousey to_update_telegram_profile"
|
||||
command: sh -c "python -m Mousey to_update_telegram_profile"
|
||||
container_name: mousey_bot
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
|
|||
Reference in a new issue