Enable attaching to container

This commit is contained in:
2021-01-17 16:12:38 +01:00
parent c60ef5e298
commit d59c901d5e

View File

@@ -2,3 +2,5 @@ version: "3.8"
services: services:
bot: bot:
build: . build: .
stdin_open: true
tty: true