docker-compose: fix dockerfile path

This commit is contained in:
vchikalkin 2025-08-15 13:13:55 +03:00
parent 7e1ed52725
commit 39fb873867

View File

@ -4,7 +4,7 @@ services:
- .env
build:
context: .
dockerfile: ./Dockerfile
dockerfile: ./apps/bot/Dockerfile
restart: always
telegram-bot-api:
env_file:
@ -15,8 +15,8 @@ services:
# TELEGRAM_API_HASH: "<api-hash>"
volumes:
- telegram-bot-api-data:/var/lib/telegram-bot-api
ports:
- "8081:8081"
# ports:
# - "8081:8081"
volumes:
telegram-bot-api-data: