.env now avaible in docker
BOT_open_sesam/pipeline/head This commit looks good Details

devel
dl 2025-05-07 17:26:01 +05:00
parent c89f05c1bb
commit f4515aacfb
1 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,6 @@ services:
build: . build: .
stdin_open: true stdin_open: true
tty: true tty: true
volumes:
- ./.env:/bot/open_sesam/.env
restart: always restart: always