build in docker-compose.yml has been fixed
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
parent
d1096540f8
commit
5e7134b253
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue