build in docker-compose.yml has been fixed
BOT_open_sesam/pipeline/head There was a failure building this commit Details

devel
dl 2025-05-07 14:07:09 +05:00
parent d1096540f8
commit 5e7134b253
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
version: '3' version: '3'
services: services:
telegram-bot: telegram-bot:
build: . build:
context: .
container_name: open_sesam container_name: open_sesam
env_file: env_file:
- .env - .env