Портфолио: Неправильный путь в Docker-compose

This commit is contained in:
Kirill Samoylenkov 2025-08-22 22:22:26 +07:00
parent 4eaf927113
commit f4d91498a7
2 changed files with 3 additions and 1 deletions

View file

@ -12,3 +12,5 @@ RUN pip3 install -r requirements.txt
RUN chmod 755 .
COPY . .
RUN pybabel compile -d ../Locales -D bot

View file

@ -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: